Function call fix

pull/148/head
Kevin Payravi 2023-04-30 01:23:34 -04:00
parent 40adf4444d
commit d3eaab4cde
1 changed files with 1 additions and 2 deletions

View File

@ -9,9 +9,8 @@ if (chrome.declarativeNetRequest) {
// In Manifest v3:
// Whenever stored settings change, update the header
// that is sent to BreezeWiki instances to inform them the user has IWB
updateDeclarativeRule(details);
updateDeclarativeRule();
chrome.storage.onChanged.addListener(event => updateDeclarativeRule());
} else {
// In Manifest v2:
// On main frame BreezeWiki requests, update the header