1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 12:25:56 +00:00

remove obsolete methods to call init(); code cleanup

This commit is contained in:
Andrew Dolgov
2009-12-24 12:20:01 +03:00
parent 87dd6451fc
commit 44258fa967
5 changed files with 9 additions and 102 deletions

View File

@@ -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"];