diff --git a/src/utils.js b/src/utils.js index c363a91..c48d96a 100644 --- a/src/utils.js +++ b/src/utils.js @@ -2,7 +2,8 @@ function loadOptions() { return browser.storage.local.get({ globals: { width: 3, - orientation: 'vertical' + orientation: 'vertical', + ignore: '' } }); }