diff options
author | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-11-24 16:23:38 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-11-24 16:23:38 +0000 |
commit | f76785b0ad5a2f55254fb8106e742a7f7f703204 (patch) | |
tree | 2042da0d94485ef714c4e5c9b55725274f924410 /web/js.js | |
parent | 8690e19d0fb7cc88f8e13a3f6cc46681c1ee95a4 (diff) |
Pushing as much maps stuff into Maps as possible.
Diffstat (limited to 'web/js.js')
-rw-r--r-- | web/js.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -313,7 +313,7 @@ function load_pins(x, y) { 'y=' + (y+3), 'all_pins=' + all_pins ]; - if (document.getElementById('extra_param')) { + if (document.getElementById('extra_param')) { ajax_params.push(document.getElementById('extra_param').name + '=' + document.getElementById('extra_param').value); } |