aboutsummaryrefslogtreecommitdiffstats
path: root/web/js.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js.js')
-rw-r--r--web/js.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/js.js b/web/js.js
index c32ffc4df..89e2567f1 100644
--- a/web/js.js
+++ b/web/js.js
@@ -46,6 +46,7 @@ YAHOO.util.Event.onContentReady('map', function() {
YAHOO.util.Event.onContentReady('mapForm', function() {
this.onsubmit = function() {
this.submit_problem.disabled = true;
+ this.submit_map.value = 2;
this.x.value = x + 2;
this.y.value = y + 2;
return true;