We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7a034 commit 36e9069Copy full SHA for 36e9069
eventPage.js
@@ -23,7 +23,7 @@ chrome.runtime.onInstalled.addListener(function(details){
23
// console.log("Updated from " + details.previousVersion + " to " + thisVersion + "!");
24
25
// TODO: Migrate wordList - Open options page to show new features
26
- // chrome.runtime.openOptionsPage();
+ chrome.runtime.openOptionsPage();
27
}
28
});
29
0 commit comments