From 0ac2cf831592d08c7cd42b6f0ea6bfae6fb926b6 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 20 May 2015 04:29:01 +0100 Subject: Search completion; tweak appearance of historical search queries (descriptions). --- background_scripts/completion.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index a1a41feb..98a82f88 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -581,7 +581,7 @@ class SearchEngineCompleter # suggestion.customSearchMode informs the vomnibar that, if the users edits the text from this # suggestion, then custom search-engine mode should be activated. suggestion.customSearchMode = engine.keyword - suggestion.title = suggestion.insertText + suggestion.title ||= suggestion.insertText # NOTE(smblott) The following is disabled: experimentation with UI. # suggestion.highlightTermsExcludeUrl = true # suggestion.type = engine.description ? "custom search history" -- cgit v1.2.3