mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Mobile theme W.I.P.:
-Avoid loop causing by expose click handler. Fixes expose in filemanager stalls browser
This commit is contained in:
parent
5f1dc422f2
commit
964db76cd6
@ -399,6 +399,7 @@ function expose (widget)
|
||||
jQuery(this.node).on('click', function(event){
|
||||
// Do not trigger expose view if one of the operator keys are held
|
||||
if (!event.altKey && !event.ctrlKey && !event.shiftKey && !event.metaKey) self._init_blueimp_gallery(event, _value);
|
||||
event.stopImmediatePropagation();
|
||||
}).addClass('et2_clickable');
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user