diff options
Diffstat (limited to 'itjs/boot.js')
-rw-r--r-- | itjs/boot.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/itjs/boot.js b/itjs/boot.js index cab563f..eb697dd 100644 --- a/itjs/boot.js +++ b/itjs/boot.js @@ -69,6 +69,7 @@ function it_boot_checkcss(style, key, value) function it_boot_init() { + it_boot.sequence += "i"; window.it_domtimer = null; var konqueror = navigator.userAgent.match(/konqueror/i); var doc = document; @@ -88,7 +89,6 @@ function it_boot_init() return; } - it_boot.sequence += "i"; window.clearTimeout(window.it_panictimer); window.it_boot_start(); it_boot.sequence = ""; @@ -170,6 +170,4 @@ function it_boot(file, isretry) else window.it_domtimer = window.setTimeout("it_boot('" + file + "')" , 42); } - - window.setTimeout(function(){ it_boot.sequence=''; }, 10); } |