From c8db2e1f01a72ad63c33fd30f80997a68f3ac614 Mon Sep 17 00:00:00 2001 From: Donald Burr Date: Fri, 16 Oct 2015 04:38:22 -0700 Subject: [PATCH] Add status message while tier cutoff data is being updated --- web_app/js/sif_tools.js | 1 + 1 file changed, 1 insertion(+) 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; }