UUPS javascript ;-)

This commit is contained in:
Ralf Becker 2005-10-24 12:17:31 +00:00
parent 38577905fb
commit a4b67d9f2b

View File

@ -250,7 +250,7 @@
} }
} }
if (i >= selectBox.length) { if (i >= selectBox.length) {
selectBox.options[selectBox.length] =& new Option(label,value,false,true); selectBox.options[selectBox.length] = new Option(label,value,false,true);
} }
if (selectBox.onchange && do_onchange) selectBox.onchange(); if (selectBox.onchange && do_onchange) selectBox.onchange();
} }