summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas BrĂ¼derli2008-08-20 13:44:38 +0000
committerThomas BrĂ¼derli2008-08-20 13:44:38 +0000
commite3cb3942b45cd90dc310988815920b692cf22848 (patch)
treed06be538d168efe6d7c82935f2710423f0a934d6
parent64d7b5d4efae46803a45c4f7d3ea9df54d087d2f (diff)
downloaditools-e3cb3942b45cd90dc310988815920b692cf22848.tar.gz
itools-e3cb3942b45cd90dc310988815920b692cf22848.tar.bz2
itools-e3cb3942b45cd90dc310988815920b692cf22848.zip
Next step to isolate the source of all these syntax errors in IE6
-rw-r--r--itjs/boot.js1
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 = "";
}