This commit is contained in:
Official Noob 2019-12-31 19:17:10 +00:00 committed by GitHub
parent a94d941125
commit 67f9697f3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,6 @@
//make this a function to allow this to run on the content page
async function runThePopup() {
localizeHtmlPage();
await config();
//is it in the popup or content script
var inPopup = true;
if (chrome.tabs == undefined) {