mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
Background script never sends settings
This commit is contained in:
parent
ce7dc1b422
commit
94d62f5302
1 changed files with 0 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue