mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix top_menu_info items overlap taps when the slider header is off
This commit is contained in:
parent
15645add91
commit
33566eec3a
@ -129,7 +129,7 @@ egw_LAB.wait(function() {
|
||||
|
||||
// hide header, if pref says it is not shown
|
||||
if (egw.preference('pixelegg_header_hidden')) {
|
||||
hide_pixelegg_header(jQuery('#slidetoggle'),0);
|
||||
setTimeout(function(){hide_pixelegg_header(jQuery('#slidetoggle'),0)},1);
|
||||
}
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user