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:
parent
ce7dc1b422
commit
94d62f5302
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user