forked from extern/egroupware
Fix chosen sizes using new width attribute for account multi-select
This commit is contained in:
@ -321,7 +321,7 @@ class uiaccountsel
|
|||||||
egw_LAB.wait(function() {
|
egw_LAB.wait(function() {
|
||||||
if (\$j().chosen)
|
if (\$j().chosen)
|
||||||
window.setTimeout(function() {
|
window.setTimeout(function() {
|
||||||
\$j('#$element_id').unchosen().chosen({placeholder_text: '".lang('Select multiple accounts')."'});
|
\$j('#$element_id').unchosen().chosen({width:'90%', placeholder_text: '".lang('Select multiple accounts')."'});
|
||||||
},200);
|
},200);
|
||||||
});
|
});
|
||||||
</script>";
|
</script>";
|
||||||
|
Reference in New Issue
Block a user