From 44258fa967a8804a80d84ebd845a8668c18ca890 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 24 Dec 2009 12:20:01 +0300 Subject: remove obsolete methods to call init(); code cleanup --- tt-rss.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tt-rss.js') 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"]; -- cgit v1.2.3-54-g00ecf