Skip to content

Commit

Permalink
Update background.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rgantzos committed Sep 3, 2023
1 parent 5f05612 commit 84e41e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extras/popup/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,8 @@ async function getTrending() {

document.querySelector(`div.feature[data-id='${el}'] > h3`).prepend(icon)
})
}async function getCommit() {
}

async function getCommit() {
if (!chrome.runtime.getManifest().version_name.endsWith("-beta")) return;
if (!document.querySelector(".searchbar")) return;
Expand Down

0 comments on commit 84e41e1

Please sign in to comment.