diff options
Diffstat (limited to 'itjs')
-rw-r--r-- | itjs/boot.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/itjs/boot.js b/itjs/boot.js index 9dd6ed9..46c9dc5 100644 --- a/itjs/boot.js +++ b/itjs/boot.js @@ -118,9 +118,8 @@ function it_boot(file, isretry) else window.setTimeout(code, 0); // Standard compliant version } - else { - alert("Length mismatch " + data.code.length + " != " + data.len); - error = "Length mismatch " + data.code.length + " != " + data.len; } + else + error = "Length mismatch " + data.code.length + " != " + data.len; } catch (e) { |