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 83bda69 commit 2a9568cCopy full SHA for 2a9568c
js/app.js
@@ -360,7 +360,9 @@ $(window).ready(function() {
360
if(embed.graph_expanded) $('#telemetry_graph .graph_label').click();
361
362
// hysplit button
363
- $("#main").on('click','.row .data .hysplit', function() {
+ $("#main").on('click','.row .data .hysplit', function(event) {
364
+ event.stopPropagation();
365
+
366
var elm = $(this);
367
var name = vehicle_names[elm.attr('data-index')]
368
0 commit comments