mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Fix chosen sizes using new width attribute for account multi-select
This commit is contained in:
parent
7cf8a4d01b
commit
afa7a73f0a
@ -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>";
|
||||||
|
Loading…
Reference in New Issue
Block a user