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 f47592c commit 6ccf778Copy full SHA for 6ccf778
js/app.js
@@ -71,8 +71,6 @@ function trackerInit() {
71
if(is_mobile || embed.enabled) $(".nav .embed").hide();
72
73
if(!is_mobile) {
74
- if(!embed.enabled) $.getScript("js/ssdv.js");
75
-
76
$.getScript("js/init_plot.js", function() { checkSize(); if(!map) load(); });
77
if(embed.graph) $('#telemetry_graph').attr('style','');
78
return;
js/ssdv.js
0 commit comments