mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix timer menu click handler not working on mobile view
This commit is contained in:
parent
9ab0ca73bd
commit
68ff204527
@ -1101,6 +1101,7 @@ import {tapAndSwipe} from "../../api/js/tapandswipe";
|
||||
.on('change', function() { framework.tzSelection(this.value); return false; })
|
||||
.on('click', function(e) { e.stopPropagation(); });
|
||||
window.egw.link_quick_add('quick_add');
|
||||
window.egw.add_timer('topmenu_info_timer');
|
||||
history.pushState({type:'main'}, 'main', '#main');
|
||||
jQuery(window).on('popstate', function(e){
|
||||
// Check if user wants to logout and ask a confirmation
|
||||
|
Loading…
Reference in New Issue
Block a user