actually persist hosts option
This commit is contained in:
@@ -3,7 +3,8 @@ function persistOptions() {
|
|||||||
|
|
||||||
globals = {
|
globals = {
|
||||||
width: document.querySelector('#indicator-width').value,
|
width: document.querySelector('#indicator-width').value,
|
||||||
orientation: document.querySelector('#indicator-orientation').value
|
orientation: document.querySelector('#indicator-orientation').value,
|
||||||
|
ignore: document.querySelector('#ignore').value
|
||||||
};
|
};
|
||||||
|
|
||||||
return browser.storage.local.set({
|
return browser.storage.local.set({
|
||||||
|
Reference in New Issue
Block a user