combine ticket notification scrips, #15353
[freeside.git] / httemplate / elements / select.html
index 1bf56b5..efcf27b 100644 (file)
 
 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'};