diff --git a/alpha/main.js b/alpha/main.js index 8d4970b..26076db 100644 --- a/alpha/main.js +++ b/alpha/main.js @@ -26,9 +26,6 @@ else if (where==1) { left=0; top=Math.floor(Math.random()*window.innerHeight+0.5); } -else { -alert("A bug has occured!"); -} newevil.css("left", left+"px"); newevil.css("top", top+"px"); $("#frame").append(newevil);