actually persist hosts option

This commit is contained in:
s2
2017-12-13 11:15:06 +01:00
parent 75e6a73f7f
commit 34d0f821a0

View File

@@ -3,7 +3,8 @@ function persistOptions() {
globals = {
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({