remove commented code from select_list_move.js
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11742 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
86442e60ed
commit
b54496e61f
|
@ -75,9 +75,6 @@ function moveOptionDown(theSel) {
|
|||
// OK
|
||||
function selectAllOptions(id)
|
||||
{
|
||||
var select = $('#'+id);/*
|
||||
for (var i=0; i<select.options.length; i++) {
|
||||
select.options[i].selected = true;
|
||||
}*/
|
||||
var select = $('#'+id);
|
||||
select.children('option').attr('selected', true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue