diff options
author | Noah Luck Easterly | 2012-03-10 08:02:04 -0500 |
---|---|---|
committer | Noah Luck Easterly | 2012-03-10 08:02:04 -0500 |
commit | ae436464d221d3ba4535455f616ceb473e07e0cc (patch) | |
tree | 77370c4687472c27d036d70e5aac85d63d66b721 /chrome/js/redirector.js | |
parent | 96397b66079d524f223911f882e3521396c4900c (diff) |
adding escape option so you can transform a url into a parameter (if you wanted to automatically check the google cache or somesuch)
Diffstat (limited to 'chrome/js/redirector.js')
-rw-r--r-- | chrome/js/redirector.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/js/redirector.js b/chrome/js/redirector.js index d2bcc51..5f4fa2a 100644 --- a/chrome/js/redirector.js +++ b/chrome/js/redirector.js @@ -345,4 +345,4 @@ Redirector = { } }; -Redirector.init();
\ No newline at end of file +Redirector.init(); |