Mobile theme W.I.P.:

- Avoid contextmenu confusion between applications
This commit is contained in:
Hadi Nategh 2016-02-03 10:48:40 +00:00
parent 0be32cf840
commit 751a96feba

View File

@ -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);