summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/select.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/httemplate/elements/select.html b/httemplate/elements/select.html
index 1bf56b5cb..efcf27b0e 100644
--- a/httemplate/elements/select.html
+++ b/httemplate/elements/select.html
@@ -45,11 +45,6 @@
my %opt = @_;
-#no-op code...
-#my $onchange = $opt{'onchange'}
-# ? 'onChange="'. $opt{'onchange'}. '(this)"'
-# : '';
-
my $labels = $opt{'option_labels'} || $opt{'labels'};
my $curr_value = $opt{'curr_value'};