We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53521f5 commit 77ffdacCopy full SHA for 77ffdac
js/app.js
@@ -562,7 +562,7 @@ $(window).ready(function() {
562
if(wvar.graph_expanded) $('#telemetry_graph .graph_label').click();
563
564
// hysplit button
565
- $("#main").on('click','.row .data .vbutton.hysplit', function(event) {
+ $("#main").on('tap','.row .data .vbutton.hysplit', function(event) {
566
event.stopPropagation();
567
568
var elm = $(this);
@@ -578,7 +578,7 @@ $(window).ready(function() {
578
}
579
});
580
581
- $("#main").on('click','.row .data .vbutton.path', function(event) {
+ $("#main").on('tap','.row .data .vbutton.path', function(event) {
582
583
584
0 commit comments