mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
clicking on mail to show it in preview, did NOT keep resized iframe, if that was bigger then given size
This commit is contained in:
parent
5bbd63523e
commit
7da32f0bdd
@ -753,6 +753,7 @@
|
||||
//$response->addScript("document.getElementById('messageCounter').innerHTML ='';");
|
||||
$response->addScript("fm_previewMessageID=".$headerData['uid'].";");
|
||||
$response->addAssign('spanMessagePreview', 'innerHTML', $this->uiwidgets->updateMessagePreview($headerData,$_folderType, $this->sessionData['mailbox']));
|
||||
$response->addScript('if (typeof handleResize != "undefined") handleResize();');
|
||||
return $response->getXML();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user