Move XPCOM-included files into subdirectory to keep separate from chrome files and rename overlay.js to scholar.js
This commit is contained in:
parent
f09def19f7
commit
bc0463774f
4 changed files with 3 additions and 3 deletions
|
@ -16,16 +16,16 @@ var ScholarWrapped = this;
|
|||
|
||||
Cc["@mozilla.org/moz/jssubscript-loader;1"]
|
||||
.getService(Ci.mozIJSSubScriptLoader)
|
||||
.loadSubScript("chrome://scholar/content/overlay.js");
|
||||
.loadSubScript("chrome://scholar/content/xpcom/scholar.js");
|
||||
|
||||
|
||||
Cc["@mozilla.org/moz/jssubscript-loader;1"]
|
||||
.getService(Ci.mozIJSSubScriptLoader)
|
||||
.loadSubScript("chrome://scholar/content/db.js");
|
||||
.loadSubScript("chrome://scholar/content/xpcom/db.js");
|
||||
|
||||
Cc["@mozilla.org/moz/jssubscript-loader;1"]
|
||||
.getService(Ci.mozIJSSubScriptLoader)
|
||||
.loadSubScript("chrome://scholar/content/data_access.js");
|
||||
.loadSubScript("chrome://scholar/content/xpcom/data_access.js");
|
||||
|
||||
/********************************************************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue