Fix duplicate context menu
This commit is contained in:
parent
df4d0e487c
commit
6dc846b3ab
@ -23,9 +23,6 @@ var app = new Framework7({
|
|||||||
popover: {
|
popover: {
|
||||||
backdrop: true
|
backdrop: true
|
||||||
},
|
},
|
||||||
touch: {
|
|
||||||
tapHold: true
|
|
||||||
},
|
|
||||||
init: false,
|
init: false,
|
||||||
initOnDeviceReady: false,
|
initOnDeviceReady: false,
|
||||||
routes: routes
|
routes: routes
|
||||||
|
@ -177,7 +177,7 @@ function trackOpenAsync( {to, resolve, reject}) {
|
|||||||
}, "GET");
|
}, "GET");
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#app").on("taphold contextmenu", ".tracking-code-history-link", function (evt) {
|
$("#app").on("contextmenu", ".tracking-code-history-link", function (evt) {
|
||||||
var code = $(this).data("trackingcode");
|
var code = $(this).data("trackingcode");
|
||||||
|
|
||||||
var action = app.actions.create({
|
var action = app.actions.create({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user