mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Mobile theme W.I.P.:
- Avoid contextmenu confusion between applications
This commit is contained in:
parent
0be32cf840
commit
751a96feba
@ -2342,7 +2342,7 @@ var et2_nextmatch_header_bar = et2_DOMWidget.extend(et2_INextmatchHeader,
|
||||
this.action_header = jQuery(document.createElement('button'))
|
||||
.addClass('nm_action_header')
|
||||
.click (function(e){
|
||||
jQuery('tr.selected').trigger({type:'taphold',which:3,originalEvent:e});
|
||||
jQuery('tr.selected',self.nextmatch.div).trigger({type:'taphold',which:3,originalEvent:e});
|
||||
})
|
||||
.prependTo(this.search_box);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user