From 97dcd654bb1961e43914e0502ae38d6504204e62 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 24 Feb 2006 11:15:30 +0100 Subject: Opera compatibility fixes --- viewfeed.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'viewfeed.js') 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; } -- cgit v1.2.3