mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-05-25 09:13:27 +02: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]);
|
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 = [];
|
var notifications = [];
|
||||||
function notify(data){
|
function notify(data){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user