Notify current tab of change, so it resizes

This commit is contained in:
Nathan Gray 2014-07-21 15:24:44 +00:00
parent f4fb321965
commit 1c62210384

View File

@ -122,6 +122,9 @@ egw_LAB.wait(function() {
egw_getFramework().checkTabOverflow();
egw.set_preference('common', 'pixelegg_header_hidden', 'true');
}
window.setTimeout(function() {
egw_getFramework().notifyTabChange();
},1000);
});
// hide header, if pref says it is not shown