From 7d1ea2721d51aad05ffc1a01b510d86e9864f92a Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 7 Mar 2013 02:35:37 -0800 Subject: Click and drag for the mapeditor. --- js/mapspecs.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'js') diff --git a/js/mapspecs.js b/js/mapspecs.js index ecc5c9d..5cc482e 100644 --- a/js/mapspecs.js +++ b/js/mapspecs.js @@ -92,12 +92,6 @@ function grid_click(obj) { y = tmp[1]; x = tmp[2]; - - if(typeof(mapdata[mapid]) == 'Object' && mapdata[mapid].editMap == true) { - mapClick(obj); - return; - } - //The users solution - prepare it if it's not started if (solution[mapid] == undefined) { getmapdata(mapid); -- cgit v1.2.3