Switch typeahead versions to fix bug when we have 5 (or more) results
This commit is contained in:
parent
11e7d339ab
commit
2516fe37fd
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ EXTERNAL_JS = [
|
|||
'cdn.jsdelivr.net/cal-heatmap/3.3.10/cal-heatmap.min.js',
|
||||
'cdnjs.cloudflare.com/ajax/libs/angular-recaptcha/3.2.1/angular-recaptcha.min.js',
|
||||
'cdnjs.cloudflare.com/ajax/libs/ng-tags-input/3.1.1/ng-tags-input.min.js',
|
||||
'cdnjs.cloudflare.com/ajax/libs/typeahead.js/0.11.1/typeahead.bundle.min.js',
|
||||
'cdnjs.cloudflare.com/ajax/libs/corejs-typeahead/1.1.1/typeahead.bundle.min.js',
|
||||
]
|
||||
|
||||
EXTERNAL_CSS = [
|
||||
|
|
Reference in a new issue