mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Use LABjs to make sure everything is loaded
This commit is contained in:
parent
d996a3445f
commit
79c09ec5cd
@ -55,12 +55,12 @@ class etemplate_et2_widgets
|
||||
<div id="widget_list"></div>
|
||||
<div id="widget_container"></div>
|
||||
<script>
|
||||
egw(window).ready(function() {
|
||||
egw.LAB.wait(function() {
|
||||
var wb = new widget_browser(
|
||||
document.getElementById("widget_list"),
|
||||
document.getElementById("widget_container")
|
||||
);
|
||||
}, null, true);
|
||||
});
|
||||
</script>';
|
||||
common::egw_footer();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user