diff options
author | Thomas BrĂ¼derli | 2008-08-20 13:44:38 +0000 |
---|---|---|
committer | Thomas BrĂ¼derli | 2008-08-20 13:44:38 +0000 |
commit | e3cb3942b45cd90dc310988815920b692cf22848 (patch) | |
tree | d06be538d168efe6d7c82935f2710423f0a934d6 /itjs | |
parent | 64d7b5d4efae46803a45c4f7d3ea9df54d087d2f (diff) | |
download | itools-e3cb3942b45cd90dc310988815920b692cf22848.tar.gz itools-e3cb3942b45cd90dc310988815920b692cf22848.tar.bz2 itools-e3cb3942b45cd90dc310988815920b692cf22848.zip |
Next step to isolate the source of all these syntax errors in IE6
Diffstat (limited to 'itjs')
-rw-r--r-- | itjs/boot.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/itjs/boot.js b/itjs/boot.js index eb697dd..6f3e7bc 100644 --- a/itjs/boot.js +++ b/itjs/boot.js @@ -90,6 +90,7 @@ function it_boot_init() } window.clearTimeout(window.it_panictimer); + it_boot.sequence += "s"; window.it_boot_start(); it_boot.sequence = ""; } |