Clear tier info when clearing timer

This commit is contained in:
Donald Burr 2015-10-18 14:23:20 -07:00
parent fbc0f89c91
commit 324533a8a5

View file

@ -749,19 +749,5 @@ function run_timer()
function clear_timer() function clear_timer()
{ {
$("#timer_output_area").html("<h1>Timer Not Running</h1>"); $("#timer_output_area").html("<h1>Timer Not Running</h1>");
$("#tier_info_output_area").html("");
} }