Skip to content

Commit

Permalink
Update background.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Janokisu committed Jan 2, 2022
1 parent 448fed7 commit 5a4b735
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions background.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ function blink_missed(x){

if(x != ""){
if(x == "on"){
clearInterval(blink_missed_interval);
blink_missed_interval = setInterval(() => {
blink_missed();
}, 1000);
Expand Down Expand Up @@ -693,6 +694,7 @@ function blink_connecting(x){

if(x != ""){
if(x == "on"){
clearInterval(blink_connecting_interval);
blink_connecting_interval = setInterval(() => {
blink_connecting();
}, 1000);
Expand Down

0 comments on commit 5a4b735

Please sign in to comment.