##// END OF EJS Templates
remove commented code from select_list_move.js...
Toshi MARUYAMA -
r11512:b54496e61f27
parent child
Show More
@@ -75,9 +75,6 function moveOptionDown(theSel) {
75 75 // OK
76 76 function selectAllOptions(id)
77 77 {
78 var select = $('#'+id);/*
79 for (var i=0; i<select.options.length; i++) {
80 select.options[i].selected = true;
81 }*/
78 var select = $('#'+id);
82 79 select.children('option').attr('selected', true);
83 80 }
General Comments 0
You need to be logged in to leave comments. Login now