Skip to content

Commit

Permalink
1.2.50 fix bar timer v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed May 15, 2024
1 parent 2359de3 commit 8c1e7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// @grant GM.setValue
// @grant GM.xmlHttpRequest
//
// @version 1.2.49
// @version 1.2.50
// @author tophf
//
// @original-version 2017.9.29
Expand Down Expand Up @@ -270,7 +270,7 @@ const App = {
if (ai.urls && ai.urls.length) {
ai.url = ai.urls.shift();
if (ai.url) {
App.stopTimers(true);
App.stopTimers();
App.startSingle();
} else {
App.deactivate();
Expand Down

0 comments on commit 8c1e7e5

Please sign in to comment.