diff --git a/website/pages/worker_stats.html b/website/pages/worker_stats.html
index 3b7a8580..8b6ba483 100644
--- a/website/pages/worker_stats.html
+++ b/website/pages/worker_stats.html
@@ -24,6 +24,7 @@
}
$('#addressSetButton').click(function(){
+ $("#graphs").empty();
var address = $('#yourAddress').val();
fetchAddressWorkers(address);
});