summaryrefslogtreecommitdiffstats
path: root/js/mapspecs.js
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-03-07 02:35:37 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-03-07 02:35:37 -0800
commit7d1ea2721d51aad05ffc1a01b510d86e9864f92a (patch)
tree819687bb6bd5498a32c6b983eeef33a7f986635b /js/mapspecs.js
parentee270d30697914e322dd1256e2e3e0b60df0ced5 (diff)
downloadpathery-7d1ea2721d51aad05ffc1a01b510d86e9864f92a.tar.xz
Click and drag for the mapeditor.
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);