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
|
// OK
|
||||||
function selectAllOptions(id)
|
function selectAllOptions(id)
|
||||||
{
|
{
|
||||||
var select = $('#'+id);/*
|
var select = $('#'+id);
|
||||||
for (var i=0; i<select.options.length; i++) {
|
|
||||||
select.options[i].selected = true;
|
|
||||||
}*/
|
|
||||||
select.children('option').attr('selected', true);
|
select.children('option').attr('selected', true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user