Browse Source

this fixes #345

pull/2/head
gorhill 9 years ago
parent
commit
e18782672d
  1. 4
      src/js/start.js

4
src/js/start.js

@ -117,6 +117,10 @@ var onAllDone = function() {
vAPI.localStorage.setItem(key, defaultLocalUserSettings[key]); vAPI.localStorage.setItem(key, defaultLocalUserSettings[key]);
} }
} }
vAPI.cloud.start([
'myRulesPane'
]);
}; };
var onTabsReady = function(tabs) { var onTabsReady = function(tabs) {

Loading…
Cancel
Save