mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Fix calendar entries mess up after editing an integrated entry (eg. infolog) while the calendar is not the active tab (happens only in F.F.)
This commit is contained in:
parent
0bc8a74135
commit
b6e381365a
@ -616,6 +616,10 @@ egw_fw_ui_tab.prototype.show = function()
|
||||
{
|
||||
$j(this.tag.browser.contentDiv).trigger('show');
|
||||
}
|
||||
else if(content) // if the content is an iframe (eg. Calendar views)
|
||||
{
|
||||
$j(content).find('.egw_fw_content_browser_iframe').trigger('show');
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user