Notify current tab of change, so it resizes

This commit is contained in:
Nathan Gray 2014-07-14 16:44:36 +00:00
parent 172d26d24d
commit f7a026be58

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