Move XPCOM-included files into subdirectory to keep separate from chrome files and rename overlay.js to scholar.js

This commit is contained in:
Dan Stillman 2006-05-27 00:44:24 +00:00
parent f09def19f7
commit bc0463774f
4 changed files with 3 additions and 3 deletions

View file

@ -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");
/********************************************************************/