diff options
| -rw-r--r-- | background_scripts/completion.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index 5a47d8db..11c63cf0 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -137,6 +137,7 @@ class Suggestion url = decodeURI @url catch @url + url = url.toLowerCase() for [ filter, replacements ] in @stripPatterns if new RegExp(filter).test url for replace in replacements |
