Add status message while tier cutoff data is being updated

This commit is contained in:
Donald Burr 2015-10-16 04:38:22 -07:00
parent 0eb8ba2ab7
commit c8db2e1f01

View file

@ -708,6 +708,7 @@ function run_timer()
// @sifen_trackbot updates come out at 36 minutes past the hour, fetch them at 37 minutes to allow for some slop
if (minute(now) == 37 || window.immediately_refresh_tier_cutoffs) {
$("#tier_info_output_area").html("<h2>Updating tier cutoff data, please wait...</h2>");
twitterFetcher.fetch(config5);
window.immediately_refresh_tier_cutoffs = false;
}