From 054c7a215e6f15ef6173169da428621bf3563ed5 Mon Sep 17 00:00:00 2001 From: Bohung Date: Tue, 27 Jul 2021 12:19:49 +0800 Subject: [PATCH] Fix bug. --- app/views/ruling_timers/_timer_button.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/ruling_timers/_timer_button.html.erb b/app/views/ruling_timers/_timer_button.html.erb index e8cbe67..2628601 100644 --- a/app/views/ruling_timers/_timer_button.html.erb +++ b/app/views/ruling_timers/_timer_button.html.erb @@ -265,7 +265,7 @@ window.all_notifies[i] = null; }else{ var remain_time = window.time_calc.sub_interval(notify["time"],time_tracker.now_str,true); - if(remain_time <= 120){ + if(remain_time <= 2){ window.create_notify(notify["title"],notify["body"],i); } }