Skip to content

Commit

Permalink
Background script never sends settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kkapsner committed Dec 3, 2017
1 parent ce7dc1b commit 94d62f5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/frame.js
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit 94d62f5

Please sign in to comment.