mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
using ege.LAB.wait for popup_resize()
This commit is contained in:
parent
da32eb81fb
commit
81752aa4d5
@ -330,7 +330,7 @@ class etemplate_old extends boetemplate
|
|||||||
if($output_mode == 2)
|
if($output_mode == 2)
|
||||||
{
|
{
|
||||||
$html .= "\n".'<script language="javascript">'."\n";
|
$html .= "\n".'<script language="javascript">'."\n";
|
||||||
$html .= 'popup_resize();'."\n";
|
$html .= 'egw.LAB.wait(function() { popup_resize();});'."\n";
|
||||||
$html .= '</script>';
|
$html .= '</script>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user