diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-03-24 12:55:32 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-03-24 12:55:32 -0500 |
commit | 91cb078648836985da222db6d03f65300d0edc56 (patch) | |
tree | 030aeda48306d49d2f3d286ea38b6b3ce6aaeaae | |
parent | 187f1c41aa1aa53f5d868f973fb9cad90e93740d (diff) | |
download | gitlab-ce-91cb078648836985da222db6d03f65300d0edc56.tar.gz |
Increase time because of Safari
-rw-r--r-- | app/assets/javascripts/search_autocomplete.js.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/search_autocomplete.js.coffee b/app/assets/javascripts/search_autocomplete.js.coffee index 721ee96eec6..d64397df227 100644 --- a/app/assets/javascripts/search_autocomplete.js.coffee +++ b/app/assets/javascripts/search_autocomplete.js.coffee @@ -191,7 +191,7 @@ class @SearchAutocomplete # If input is blank then restore state if @searchInput.val() is '' @restoreOriginalState() - , 100) + , 150) addLocationBadge: (item) -> category = if item.category? then "#{item.category}: " else '' |