From 95a3fda9c00b1e1fee6d6049fae7a761f8665afb Mon Sep 17 00:00:00 2001 From: Thomas BrĂ¼derli Date: Mon, 10 Sep 2007 10:48:55 +0000 Subject: More process flags for error location --- itjs/boot.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'itjs') diff --git a/itjs/boot.js b/itjs/boot.js index 32c8578..7f24d9f 100644 --- a/itjs/boot.js +++ b/itjs/boot.js @@ -108,6 +108,7 @@ function it_boot(file, isretry) if (loader) { + it_boot.sequence += "l"; loader.open("GET", it_boot_addparam(file, "boot=1" + (isretry ? "&retry=1" : ""))); loader.onreadystatechange = function() { @@ -149,6 +150,7 @@ function it_boot(file, isretry) { var doc = document; var dom = doc && (dom = doc.getElementById('it_boot_dom')); // HTML has been rendered + it_boot.sequence += "n"; if (window.opera || (document.all && navigator.platform.indexOf("Mac") >= 0)) document.write('<\/sc'+'ript>'); -- cgit v1.2.3