Restaured stabilization on first load

pull/3063/head
Sami Mokaddem 2018-03-22 16:05:49 +00:00
parent c78fca0ede
commit ee129e568f
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ function enable_interactive_graph() {
});
dataHandler.fetch_data_and_update(false);
dataHandler.fetch_data_and_update();
}, 1);
}