Skip to content

Commit c9ce8a6

Browse files
committed
Update TODOs
1 parent dd4e78a commit c9ce8a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extension/background/omnibox.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ chrome.omnibox.onInputEntered.addListener(
7272
// Suggest specific questions as text is being typed.
7373
chrome.omnibox.onInputChanged.addListener(
7474
function(query, suggest) {
75-
// TODO: Provide user the option to choose which of the following two options will be used to provide suggestions.
75+
// TODO: Provide user the option to choose whether question suggestions or filter suggestions will be shown.
7676
// TODO: Use StackOverflow api to get list of questions and sort them based on relevance.
77-
// TODO: Use filters provided by user to show suggestions
7877

7978
chrome.storage.sync.get({
8079
questionsWithCodeFilter: false,

0 commit comments

Comments
 (0)