Skip to content

Commit

Permalink
Remove redundant document ready test
Browse files Browse the repository at this point in the history
  • Loading branch information
sflow-rt committed Jul 14, 2018
1 parent 3281891 commit 0746a18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions html/js/app.js
Expand Up @@ -144,7 +144,5 @@ $(function() {
$.event.trigger({type:'updateChart'});
});

$(document).ready(function() {
pollTrends();
});
pollTrends();
});

0 comments on commit 0746a18

Please sign in to comment.