mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Notify current tab of change, so it resizes
This commit is contained in:
parent
f4fb321965
commit
1c62210384
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user