From a0e2647d1228254f2282b054d1f86fae4f350fc8 Mon Sep 17 00:00:00 2001 From: Thomas BrĂ¼derli Date: Tue, 11 Sep 2007 05:45:52 +0000 Subject: Send scripts uncompressed when no ActiveX is available + reverted r20842 --- itjs/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'itjs/boot.js') diff --git a/itjs/boot.js b/itjs/boot.js index cd6ab99..66d36f5 100644 --- a/itjs/boot.js +++ b/itjs/boot.js @@ -157,7 +157,7 @@ function it_boot(file, isretry) else if (dom) { var tag = doc.createElement("script"); - tag.src = it_boot_addparam(file, 'boot=1'); + tag.src = it_boot_addparam(file, 'boot=1&retry=1'); dom.appendChild(tag); } else -- cgit v1.2.3