aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/redirector.component.js (renamed from components/redirector.js)4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/redirector.js b/components/redirector.component.js
index 1653c23..a4e4c7f 100644
--- a/components/redirector.js
+++ b/components/redirector.component.js
@@ -16,9 +16,9 @@ function Redirector() {
try {
Cc["@mozilla.org/moz/jssubscript-loader;1"]
.getService(Ci.mozIJSSubScriptLoader)
- .loadSubScript('chrome://redirector/content/redirector.prototype.js');
+ .loadSubScript('chrome://redirector/content/code/redirector.prototype.js');
} catch(e) {
- Cc["@mozilla.org/consoleservice;1"].getService(Ci.nsIConsoleService).logStringMessage('Loading Redirector implementation failed: ' + e);
+ Cc["@mozilla.org/consoleservice;1"].getService(Ci.nsIConsoleService).logStringMessage('REDIRECTOR: Loading Redirector implementation failed: ' + e);
}
/*
* Factory object