From ac7a89de285153542b0fbd94eb86e109f1e17884 Mon Sep 17 00:00:00 2001 From: Xavier Decoster Date: Fri, 9 Jun 2017 18:28:52 +0200 Subject: [PATCH] Remove auto-refresh AJAX call for total stats on home page #4090 (#4091) --- src/NuGetGallery/Scripts/stats.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/NuGetGallery/Scripts/stats.js b/src/NuGetGallery/Scripts/stats.js index e44c47e2e9..7b206d0d56 100644 --- a/src/NuGetGallery/Scripts/stats.js +++ b/src/NuGetGallery/Scripts/stats.js @@ -12,8 +12,6 @@ // var section = $('section.aggstatserr'); // section.show(); }); - - setTimeout(function () { getStats(currData); }, 30000); } function update(data, currData, key) {