Skip to content

Commit

Permalink
Fixed exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayquaza01 committed Oct 20, 2017
1 parent 20355a2 commit a6a5883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function domainModeSync(ele) {
domain_mode.innerText = ele.target.value === "blacklist" ? "Ignore" : "Enforce";
}
function restoreOptions() {
browser.storage.local.get("options").then((res) => {
browser.storage.local.get().then((res) => {
theme.value = res.options.theme;
background_color.value = res.options.background_color;
background_color_picker.value = "#" + res.options.background_color;
Expand Down

0 comments on commit a6a5883

Please sign in to comment.