From 9fe36f72df3597e155d71e27eee91c86d6995193 Mon Sep 17 00:00:00 2001 From: Thomas BrĂ¼derli Date: Mon, 6 Aug 2007 07:56:24 +0000 Subject: Remove alert (svn diff) --- itjs/boot.js | 5 ++--- 1 file 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) { -- cgit v1.2.3