From 5c4ed146e6fcd066528931393c4862ba631a1261 Mon Sep 17 00:00:00 2001 From: s2 Date: Wed, 13 Dec 2017 11:31:13 +0100 Subject: [PATCH] default for ignore value --- src/utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: '' } }); }