Skip to content

Commit

Permalink
Merge pull request #690 from rgantzos/main
Browse files Browse the repository at this point in the history
  • Loading branch information
rgantzos authored Sep 3, 2023
2 parents 5fae4e5 + 84e41e1 commit 166aee0
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 166aee0

Please sign in to comment.