Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyBranton committed Jun 30, 2020
1 parent 9817250 commit d4f6844
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions firefox/popup/script/general.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ function showDonationLink() {
}
}

/**
* Check if user agreed to ToS & PP
* @param {string} mode
*/
async function checkToS(mode) {
const { tos } = await browser.storage.local.get();
const tosVersion = 1;
Expand Down

0 comments on commit d4f6844

Please sign in to comment.