1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-01-03 10:31:54 +01:00

Background script never sends settings

This commit is contained in:
kkapsner 2017-12-04 00:32:19 +01:00
parent ce7dc1b422
commit 94d62f5302

View File

@ -64,13 +64,6 @@
persistentRnd.setDomainRnd(domain, data.persistentRnd[domain]);
});
}
if (settings.isStillDefault && data.hasOwnProperty("settings")){
notice("got settings from background script");
Object.keys(data.settings).forEach(function(key){
settings[key] = data.settings[key];
});
settings.isStillDefault = false;
}
});
var notifications = [];
function notify(data){