aboutsummaryrefslogtreecommitdiffstats
path: root/web/js.js
diff options
context:
space:
mode:
authorlouise <louise>2009-09-28 10:17:04 +0000
committerlouise <louise>2009-09-28 10:17:04 +0000
commitc3fb0c4fdd35beb6e3e8d00ca58c32ab718ac0ed (patch)
tree11c0a83038ce68c00c3eb7f9dbfbe42eb4ec5f86 /web/js.js
parent55a5cfb0586e00cc7fa5095bbc403f3f5b25684b (diff)
Fix syntax error
Diffstat (limited to 'web/js.js')
-rw-r--r--web/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js.js b/web/js.js
index b884fb2a7..f0f5a2194 100644
--- a/web/js.js
+++ b/web/js.js
@@ -312,7 +312,7 @@ function load_pins(x, y) {
'y=' + (y+2),
'all_pins=' + document.getElementById('all_pins').value ];
- if (document.getElementById('extra_param)) {
+ if (document.getElementById('extra_param')) {
ajax_params.push('extra_param_name=' + document.getElementById('extra_param').name);
ajax_params.push('extra_param_value=' + document.getElementById('extra_param').value);
}