mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
UUPS javascript ;-)
This commit is contained in:
parent
38577905fb
commit
a4b67d9f2b
@ -250,7 +250,7 @@
|
||||
}
|
||||
}
|
||||
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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user