Skip to content

Commit

Permalink
Remove auto-refresh AJAX call for total stats on home page #4090 (#4091)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierdecoster authored Jun 9, 2017
1 parent 09de95d commit ac7a89d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/NuGetGallery/Scripts/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// var section = $('section.aggstatserr');
// section.show();
});

setTimeout(function () { getStats(currData); }, 30000);
}

function update(data, currData, key) {
Expand Down

0 comments on commit ac7a89d

Please sign in to comment.