[freeside-commits] freeside/httemplate/elements select.html, 1.3.6.1, 1.3.6.2

Ivan,,, ivan at wavetail.420.am
Fri Nov 25 15:52:20 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv30114/httemplate/elements

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	select.html 
Log Message:
minor cleanup, RT#15017

Index: select.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/select.html,v
retrieving revision 1.3.6.1
retrieving revision 1.3.6.2
diff -u -w -d -r1.3.6.1 -r1.3.6.2
--- select.html	23 Nov 2011 18:40:08 -0000	1.3.6.1
+++ select.html	25 Nov 2011 23:52:18 -0000	1.3.6.2
@@ -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'};



More information about the freeside-commits mailing list