From 9b69560b14f8e5d1a2d915a7e4f78107e00d4a0b Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sat, 29 Jun 2013 15:22:44 +0800 Subject: [PATCH] Tiny edits here and there 1 --- alpha/main.js | 3 --- 1 file changed, 3 deletions(-) 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);