diff options
Diffstat (limited to 'background_scripts/completion.coffee')
| -rw-r--r-- | background_scripts/completion.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index b46ecc43..669f4712 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -503,7 +503,7 @@ class SearchEngineCompleter for url, suggestion of @previousSuggestions continue unless RankingUtils.matches queryTerms, suggestion.title # Reset various fields, they may not be correct wrt. the current query. - extend suggestion, relevancy: null, html: null, highlightTerms: true, queryTerms: queryTerms + extend suggestion, relevancy: null, html: null, queryTerms: queryTerms suggestion.relevancy = null suggestion |
