diff options
author | matthew <matthew> | 2007-07-19 13:27:54 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-07-19 13:27:54 +0000 |
commit | 844cf9d7d9e3a6e9dd725aab2a87bcf2728ff061 (patch) | |
tree | b1b991cb9240f1a9779cfdedb72f6fbbd139edf7 /web/js.js | |
parent | c4d7a70f1955add9a496aceca91d6f8b5fd381d0 (diff) |
Pass button click through another way.
Diffstat (limited to 'web/js.js')
-rw-r--r-- | web/js.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |