diff options
author | Einar Egilsson | 2009-09-15 21:41:06 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-09-15 21:41:06 +0000 |
commit | 96966ca83f96ed1babcd2bd23aa68feb63fbb7a7 (patch) | |
tree | f2483b413192a279753cb02d2d8fcff9f0ad9b03 /components | |
parent | d32cd776748e45abeaa6c2284b96210952c79717 (diff) |
Total restructuring of files.
Unescape matches fully working
Export of redirects working.
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@249 119bf307-c92d-0410-89bd-8f53e6181181
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
|