Fix bug.
This commit is contained in:
parent
c8a3d29a23
commit
054c7a215e
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue