diff options
Diffstat (limited to 'background_scripts/completion.coffee')
| -rw-r--r-- | background_scripts/completion.coffee | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index db69f15c..5ceb515f 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -217,9 +217,10 @@ class BookmarkCompleter          queryTerms: @currentSearch.queryTerms          type: "bookmark"          url: bookmark.url -        displayUrl: bookmark.displayUrl          title: if usePathAndTitle then bookmark.pathAndTitle else bookmark.title          relevancyFunction: @computeRelevancy +        displayUrl: bookmark.displayUrl +        deDuplicate: not bookmark.displayUrl?      onComplete = @currentSearch.onComplete      @currentSearch = null      onComplete suggestions | 
