forked from extern/egroupware
fixed not working onchange attribute for a single account-selection (multiple==0)
This commit is contained in:
parent
c933bc081b
commit
adee0504ef
@ -21,7 +21,7 @@
|
||||
opener.addOption(id,'{lang_multiple}',select,0);
|
||||
}
|
||||
else {
|
||||
opener.addOption(id,label,value,!multiple && openerSelectBox && openerSelectBox.selectedIndex < 0);
|
||||
opener.addOption(id,label,value,!multiple);
|
||||
}
|
||||
selectBox = document.getElementById('uiaccountsel_popup_selection');
|
||||
if (selectBox) {
|
||||
|
Loading…
Reference in New Issue
Block a user