From 29be2c4ddfe4dc4631083ac42a611804f7d8ac36 Mon Sep 17 00:00:00 2001 From: Thomas BrĂ¼derli Date: Mon, 10 Sep 2007 11:16:34 +0000 Subject: JS error flags again --- itjs/boot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'itjs/boot.js') diff --git a/itjs/boot.js b/itjs/boot.js index 7f24d9f..cd6ab99 100644 --- a/itjs/boot.js +++ b/itjs/boot.js @@ -86,8 +86,10 @@ function it_boot_init() return; } + it_boot.sequence += "i"; window.clearTimeout(window.it_panictimer); window.it_boot_start(); + it_boot.sequence = ""; } function it_boot(file, isretry) @@ -126,8 +128,6 @@ function it_boot(file, isretry) window.execScript(code, "javascript"); // IE work-around to get script executed in global scope else window.setTimeout(code, 0); // Standard compliant version - - window.setTimeout('it_boot.sequence = "";', 50); } else error = "Incomplete script load @ status " + loader.status; -- cgit v1.2.3