diff --git a/eventPage.js b/eventPage.js index c49098c6..246d0c0c 100644 --- a/eventPage.js +++ b/eventPage.js @@ -23,7 +23,7 @@ chrome.runtime.onInstalled.addListener(function(details){ // console.log("Updated from " + details.previousVersion + " to " + thisVersion + "!"); // TODO: Migrate wordList - Open options page to show new features - // chrome.runtime.openOptionsPage(); + chrome.runtime.openOptionsPage(); } });