Clear tier info when clearing timer
This commit is contained in:
parent
fbc0f89c91
commit
324533a8a5
1 changed files with 2 additions and 16 deletions
|
@ -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("");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue