Skip to content

Commit

Permalink
Re-enable open options on upgrade for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Frost committed Feb 15, 2018
1 parent fe7a034 commit 36e9069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
});

Expand Down

0 comments on commit 36e9069

Please sign in to comment.