mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fixed not working CalDAV/eSync log viewer, LAB.wait missing
This commit is contained in:
parent
9816c79b72
commit
efdd96d0a9
@ -206,12 +206,14 @@ function resize_'.$id.'()
|
|||||||
{
|
{
|
||||||
$j("#'.$id.'").width(egw_getWindowInnerWidth()-20).height(egw_getWindowInnerHeight()-33);
|
$j("#'.$id.'").width(egw_getWindowInnerWidth()-20).height(egw_getWindowInnerHeight()-33);
|
||||||
}
|
}
|
||||||
$j(document).ready(function()
|
egw.LAB.wait(function() {
|
||||||
{
|
$j(document).ready(function()
|
||||||
|
{
|
||||||
resize_'.$id.'();
|
resize_'.$id.'();
|
||||||
refresh_'.$id.'();
|
refresh_'.$id.'();
|
||||||
|
});
|
||||||
|
$j(window).resize(resize_'.$id.');
|
||||||
});
|
});
|
||||||
$j(window).resize(resize_'.$id.');
|
|
||||||
</script>
|
</script>
|
||||||
<p style="float: left; margin: 5px"><b>'.htmlspecialchars($header).'</b></p>
|
<p style="float: left; margin: 5px"><b>'.htmlspecialchars($header).'</b></p>
|
||||||
<div style="float: right; margin: 2px; margin-right: 5px">
|
<div style="float: right; margin: 2px; margin-right: 5px">
|
||||||
|
Loading…
Reference in New Issue
Block a user