diff --git a/jdots/js/egw_fw_ui.js b/jdots/js/egw_fw_ui.js index 03c83c0dfb..06e68960fb 100644 --- a/jdots/js/egw_fw_ui.js +++ b/jdots/js/egw_fw_ui.js @@ -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'); + } } };