fixed not working CalDAV/eSync log viewer, LAB.wait missing

This commit is contained in:
Ralf Becker 2013-05-09 10:29:53 +00:00
parent 9816c79b72
commit efdd96d0a9

View File

@ -206,12 +206,14 @@ function resize_'.$id.'()
{
$j("#'.$id.'").width(egw_getWindowInnerWidth()-20).height(egw_getWindowInnerHeight()-33);
}
$j(document).ready(function()
{
egw.LAB.wait(function() {
$j(document).ready(function()
{
resize_'.$id.'();
refresh_'.$id.'();
});
$j(window).resize(resize_'.$id.');
});
$j(window).resize(resize_'.$id.');
</script>
<p style="float: left; margin: 5px"><b>'.htmlspecialchars($header).'</b></p>
<div style="float: right; margin: 2px; margin-right: 5px">