Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Feb 25, 2023
1 parent 4e1df12 commit 630cbcd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
domReady(() => {
translateHTML()
bindCheckboxes()
initRateButton()
})

function domReady (callback) {
Expand Down Expand Up @@ -63,7 +62,3 @@ function bindCheckboxes() {
}, false)
}
}

function initRateButton() {
document.querySelector('.teaser').href = `https://chrome.google.com/webstore/detail/${chrome.runtime.id}/reviews`
}

0 comments on commit 630cbcd

Please sign in to comment.