app/assets/javascripts/iqvoc/autocomplete.js in iqvoc-4.12.1 vs app/assets/javascripts/iqvoc/autocomplete.js in iqvoc-4.13.0
- old
+ new
@@ -1,4 +1,6 @@
+import 'typeahead.js/dist/typeahead.jquery.js'
+
IQVOC.autocomplete = (function($) {
// `field` is the input field to be augmented
// `source` is a function expected to calculate the results - it is invoked with
// the respective query string and a callback and expected to invoke that