Skip to content

Commit d1f9bd3

Browse files
authored
Merge pull request #728 from rgantzos/main
2 parents 4e3e7f7 + 6c0dc1e commit d1f9bd3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extras/background.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ async function checkBetaUpdates() {
5252
(await (await fetch("/changelog/beta.json")).json()).beta !==
5353
data.beta
5454
) {
55-
chrome.tabs.create({
56-
url: "/extras/beta/index.html",
57-
});
55+
// chrome.tabs.create({
56+
// url: "/extras/beta/index.html",
57+
// });
5858
}
5959
}
6060
}

0 commit comments

Comments
 (0)