summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-24 12:20:01 +0300
committerAndrew Dolgov <[email protected]>2009-12-24 12:20:01 +0300
commit44258fa967a8804a80d84ebd845a8668c18ca890 (patch)
treed1a40d64bcd51050804c5ff3f0e1f879d531108e /tt-rss.js
parent87dd6451fc72643cd25786b26ae53bed9d58d92f (diff)
remove obsolete methods to call init(); code cleanup
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 408eb3913..af5c6fae0 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -385,11 +385,6 @@ function init() {
try {
- // this whole shebang is based on http://www.birnamdesigns.com/misc/busted2.html
-
- if (arguments.callee.done) return;
- arguments.callee.done = true;
-
init_gears();
disableContainerChildren("headlinesToolbar", true);
@@ -512,6 +507,7 @@ function init_second_stage() {
delCookie("ttrss_vf_test");
// document.onresize = resize_headlines;
+ window.onresize=resize_headlines;
var toolbar = document.forms["main_toolbar_form"];