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); } }