Skip to content

Commit

Permalink
Update background.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadPackets authored Apr 28, 2018
1 parent 698f07c commit 197a530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions background.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ chrome.storage.onChanged.addListener((changes) => {
let keys = Object.keys(changes);

keys.forEach((key) => {
options[key] = changes[key];
options[key] = changes[key].newValue;
})

})
})

0 comments on commit 197a530

Please sign in to comment.