mirror of https://github.com/gorhill/uBlock.git
Add missing newline
This commit is contained in:
parent
3e1de012a6
commit
6220e1d3eb
|
@ -210,7 +210,9 @@
|
||||||
}
|
}
|
||||||
if ( Object.keys(toSave).length !== 0 ) {
|
if ( Object.keys(toSave).length !== 0 ) {
|
||||||
vAPI.localStorage.setItem(
|
vAPI.localStorage.setItem(
|
||||||
'immediateHiddenSettings', JSON.stringify(toSave));
|
'immediateHiddenSettings',
|
||||||
|
JSON.stringify(toSave)
|
||||||
|
);
|
||||||
} else {
|
} else {
|
||||||
vAPI.localStorage.removeItem('immediateHiddenSettings');
|
vAPI.localStorage.removeItem('immediateHiddenSettings');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue