mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01:00
LABjs wait to initialize actions until all files are there
This commit is contained in:
parent
16a1970cca
commit
e8c9a1ecde
@ -909,7 +909,7 @@ class nextmatch_widget
|
||||
|
||||
return '
|
||||
<script type="text/javascript">
|
||||
$j(document).ready(function() {
|
||||
egw.LAB.wait(function() {$j(document).ready(function() {
|
||||
// Initialize the action manager and add some actions to it
|
||||
var actionManager = egw_getActionManager("'.$app.'");
|
||||
var objectManager = egw_getObjectManager("'.$app.'");
|
||||
@ -938,7 +938,7 @@ class nextmatch_widget
|
||||
obj.updateActionLinks(actionLinks);
|
||||
}
|
||||
});
|
||||
});
|
||||
})});
|
||||
</script>';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user