We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b70f37 commit 5c842b7Copy full SHA for 5c842b7
1 file changed
chromium/popup.js
@@ -15,7 +15,7 @@ function toggleRuleLine(checkbox, ruleset) {
15
} else {
16
delete localStorage[ruleset.name];
17
// purge the name from the cache so that this unchecking is persistent.
18
- backgroundPage.ruleCache.remove(ruleset.name);
+ backgroundPage.all_rules.ruleCache.remove(ruleset.name);
19
}
20
// Now reload the selected tab of the current window.
21
chrome.tabs.reload();
0 commit comments