diff --git a/web_app/js/sif_tools.js b/web_app/js/sif_tools.js index f3dd1a1..8b832d7 100644 --- a/web_app/js/sif_tools.js +++ b/web_app/js/sif_tools.js @@ -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("

Updating tier cutoff data, please wait...

"); twitterFetcher.fetch(config5); window.immediately_refresh_tier_cutoffs = false; }