Skip to content

Commit 36e9069

Browse files
author
Richard Frost
committed
Re-enable open options on upgrade for migration
1 parent fe7a034 commit 36e9069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eventPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ chrome.runtime.onInstalled.addListener(function(details){
2323
// console.log("Updated from " + details.previousVersion + " to " + thisVersion + "!");
2424

2525
// TODO: Migrate wordList - Open options page to show new features
26-
// chrome.runtime.openOptionsPage();
26+
chrome.runtime.openOptionsPage();
2727
}
2828
});
2929

0 commit comments

Comments
 (0)