mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
wrap inline javascript with LAB to avoid runtime trouble
This commit is contained in:
parent
5b476d38e7
commit
bd3e741905
@ -844,7 +844,7 @@ class resources_ui
|
|||||||
return array(
|
return array(
|
||||||
array(
|
array(
|
||||||
// Add some jQuery to make sure dropdown is displayed
|
// Add some jQuery to make sure dropdown is displayed
|
||||||
'text' => $selectbox . "<script>\$j('select[name=\"owner\[\]\"]').parent('td').css('overflow','visible').parents('div.divSidebox').css('overflow','visible');</script>",
|
'text' => $selectbox . "<script>var lab = egw_LAB || \$LAB; lab.wait(function(){ \$j('select[name=\"owner\[\]\"]').parent('td').css('overflow','visible').parents('div.divSidebox').css('overflow','visible');});</script>",
|
||||||
'no_lang' => True,
|
'no_lang' => True,
|
||||||
'link' => False
|
'link' => False
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user