using ege.LAB.wait for popup_resize()

This commit is contained in:
Ralf Becker 2013-04-03 07:52:23 +00:00
parent da32eb81fb
commit 81752aa4d5

View File

@ -330,7 +330,7 @@ class etemplate_old extends boetemplate
if($output_mode == 2)
{
$html .= "\n".'<script language="javascript">'."\n";
$html .= 'popup_resize();'."\n";
$html .= 'egw.LAB.wait(function() { popup_resize();});'."\n";
$html .= '</script>';
}