Skip to content

Commit

Permalink
Remove old graphs when "Show" is pressed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrheinen committed Dec 18, 2017
1 parent 112629c commit 6fc124c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/pages/worker_stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
}

$('#addressSetButton').click(function(){
$("#graphs").empty();
var address = $('#yourAddress').val();
fetchAddressWorkers(address);
});
Expand Down

0 comments on commit 6fc124c

Please sign in to comment.