From 15c1836e287ce0cbf4b52ecbd119726d9a1c8e5d Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 8 Oct 2017 15:54:06 +0200 Subject: [PATCH] Bug reported by Zambala: Need to restart firefox after installing webext --- src/js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/background.js b/src/js/background.js index 3b62b17..99c1b3c 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -45,7 +45,7 @@ core.Settings.load = function(callback){ // Load settings titleBackgroundColorHover: null }, root: 'Quick Dial', - node: {} + node: { children: [] } } }).then(function(obj){ if(obj.grid.cells.backIcon){ // Upgrade Data Version