aboutsummaryrefslogtreecommitdiff
path: root/chrome/content/overlay.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/content/overlay.js')
-rw-r--r--chrome/content/overlay.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome/content/overlay.js b/chrome/content/overlay.js
index 46f69cc..760f828 100644
--- a/chrome/content/overlay.js
+++ b/chrome/content/overlay.js
@@ -117,8 +117,6 @@ var RedirectorOverlay = {
}
},
-
-
prefObserver : {
getService : function() {
@@ -138,11 +136,7 @@ var RedirectorOverlay = {
RedirectorOverlay.setStatusBarImg();
}
}
-
}
-
-
};
window.addEventListener("load", function(event) { RedirectorOverlay.onLoad(event); }, false);
-window.addEventListener("DOMContentLoaded", function(event) { RedirectorOverlay.onDOMContentLoaded(event); }, true);
-window.addEventListener("unload", function(event) { RedirectorOverlay.onUnload(event); }, false); \ No newline at end of file
+window.addEventListener("unload", function(event) { RedirectorOverlay.onUnload(event); }, false);