summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-20 16:49:52 +0100
committerAndrew Dolgov <[email protected]>2005-12-20 16:49:52 +0100
commitbbf4d0b29d61648dd817b046750b6f1c66a5f7af (patch)
tree0234ee5c6b710cf01727d0a22ed1425d925bd609 /feedlist.js
parent1163fb6d6190234707c8cbe90f092274cd3633b8 (diff)
fix feedlist init for IE
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index c58dff610..2e1d5eb5f 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -197,6 +197,6 @@ function init() {
document.onkeydown = hotkey_handler;
parent.setTimeout("timeout()", 1000);
} catch (e) {
- exception_error("feedlist/init()", e);
+ exception_error("feedlist/init", e);
}
}