Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lyaaz committed Feb 25, 2024
1 parent 9c30326 commit 288f786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/firefox/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const expand = () => {
if (k) {
expand.rules[k] = prefs.custom[key];
// make sure all siblings have the same expanded rule
const i = prefs.siblings[key];
const i = prefs.siblings[k];
if (i !== undefined) {
for (const [hostname, j] of Object.entries(prefs.siblings)) {
if (i === j) {
Expand Down

0 comments on commit 288f786

Please sign in to comment.