##// END OF EJS Templates
small fix for users groups choose dialog
marcink -
r1031:d1009f6b beta
parent child Browse files
Show More
@@ -121,12 +121,12
121 121 }
122 122
123 123 //clear 'selected' select
124 c.options.length = 0;
124 //c.options.length = 0;
125 125
126 126 //fill it with remembered options
127 for(var i = 0;node = cache[i];i++){
128 c.options[i]=new Option(node.text, node.value, false, false);
129 }
127 //for(var i = 0;node = cache[i];i++){
128 // c.options[i]=new Option(node.text, node.value, false, false);
129 //}
130 130
131 131
132 132 //get all available options to cache
General Comments 0
You need to be logged in to leave comments. Login now