From e18782672ddd0014c8453b5c0ed5e596a53f7537 Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 8 Sep 2015 10:49:41 -0400 Subject: [PATCH] this fixes #345 --- src/js/start.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/js/start.js b/src/js/start.js index daa5295..f36ce14 100644 --- a/src/js/start.js +++ b/src/js/start.js @@ -117,6 +117,10 @@ var onAllDone = function() { vAPI.localStorage.setItem(key, defaultLocalUserSettings[key]); } } + + vAPI.cloud.start([ + 'myRulesPane' + ]); }; var onTabsReady = function(tabs) {