Skip to content

Commit a0b5d8f

Browse files
author
Michaela
committed
remove hysplit
1 parent 2cf6287 commit a0b5d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ function trackerInit() {
243243
if(wvar.graph) $('#telemetry_graph').attr('style','');
244244

245245
// fetch hysplit jobs
246-
setInterval(refresh_hysplit, 60 * 1000);
247-
refresh_hysplit();
246+
// setInterval(refresh_hysplit, 60 * 1000);
247+
// refresh_hysplit();
248248

249249
return;
250250
}

0 commit comments

Comments
 (0)