From 324533a8a5ca3d69272c24cb326e4c4823e0c9c3 Mon Sep 17 00:00:00 2001 From: Donald Burr Date: Sun, 18 Oct 2015 14:23:20 -0700 Subject: [PATCH] Clear tier info when clearing timer --- web_app/js/sif_tools.js | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/web_app/js/sif_tools.js b/web_app/js/sif_tools.js index a93326f..584c2ac 100644 --- a/web_app/js/sif_tools.js +++ b/web_app/js/sif_tools.js @@ -749,19 +749,5 @@ function run_timer() function clear_timer() { $("#timer_output_area").html("

Timer Not Running

"); -} - - - - - - - - - - - - - - - + $("#tier_info_output_area").html(""); +} \ No newline at end of file