summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-24 11:15:30 +0100
committerAndrew Dolgov <[email protected]>2006-02-24 11:15:30 +0100
commit97dcd654bb1961e43914e0502ae38d6504204e62 (patch)
tree464404f1362b45f365af8766ba243ac14905b082 /viewfeed.js
parent98bea1b16385000db352ff5ab297e9c7c20c21d4 (diff)
Opera compatibility fixes
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 28b94f167..9500e2251 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -380,5 +380,7 @@ function catchupPage() {
function init() {
+ if (arguments.callee.done) return;
+ arguments.callee.done = true;
document.onkeydown = hotkey_handler;
}