Skip to content

Commit 1275f55

Browse files
authored
fix: background.js
1 parent b9d9a9d commit 1275f55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/background.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if (isFirefox) {
1313
url: "html/consent.html"
1414
});
1515
} else {
16+
// If consent has been already granted, execute background script
1617
executeBackgroundScript();
1718
}
1819
});

0 commit comments

Comments
 (0)