summaryrefslogtreecommitdiffstats
path: root/js/mapspecs.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/mapspecs.js')
-rw-r--r--js/mapspecs.js6
1 files changed, 0 insertions, 6 deletions
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);