combine ticket notification scrips, #15353
[freeside.git] / httemplate / elements / select.html
index 5249a6d..efcf27b 100644 (file)
 
 my %opt = @_;
 
-my $onchange = $opt{'onchange'}
-                 ? 'onChange="'. $opt{'onchange'}. '(this)"'
-                 : '';
-
 my $labels = $opt{'option_labels'} || $opt{'labels'};
 
 my $curr_value = $opt{'curr_value'};