mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +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(
|
||||
array(
|
||||
// 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,
|
||||
'link' => False
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user