Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit acff1ec

Browse files
authored
Update rules.js (#19991)
1 parent 357d5a8 commit acff1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chromium/background-scripts/rules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ RuleSet.prototype = {
129129
isEquivalentTo: function(ruleset) {
130130
if(this.name != ruleset.name ||
131131
this.note != ruleset.note ||
132-
this.state != ruleset.state ||
132+
this.active != ruleset.active ||
133133
this.default_state != ruleset.default_state) {
134134
return false;
135135
}

0 commit comments

Comments
 (0)