From 7e5b2dc0ca85f28c5aebce8686f6e7900ddf94f6 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 17 Apr 2016 09:32:51 +0100 Subject: Do not deduplicate javascript: URLs. --- background_scripts/completion.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'background_scripts') 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 -- cgit v1.2.3