mirror of https://github.com/gorhill/uBlock.git
this will still work if ever we use longer branches
This commit is contained in:
parent
9706e8ab24
commit
81bb75cd5e
|
@ -202,7 +202,7 @@ vAPI.browserSettings = {
|
||||||
if ( this.originalValues.hasOwnProperty(key) === false ) {
|
if ( this.originalValues.hasOwnProperty(key) === false ) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
pos = key.indexOf('.');
|
pos = key.lastIndexOf('.');
|
||||||
this.clear(key.slice(0, pos), key.slice(pos + 1));
|
this.clear(key.slice(0, pos), key.slice(pos + 1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue