1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Firefox: saved prefs were overwritten by defaults

This commit is contained in:
Deathamns 2014-12-20 11:26:05 +01:00
parent 16a7bcb3d8
commit 1bb074211c

View File

@ -175,7 +175,7 @@ vAPI.storage = {
if (defaults) {
for (key in details) {
if (!result[key]) {
if (result[key] === undefined) {
result[key] = details[key];
}
}