summaryrefslogtreecommitdiff
path: root/sitestatic/bootstrap-typeahead.js
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-23 16:44:37 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-07-14 14:43:10 -0600
commitbfc73c05c1be186d50146027f523f7f577d7affe (patch)
tree0610ab5aa7c811a77eba0f96fd9e28def314645c /sitestatic/bootstrap-typeahead.js
parent66ebed7043371ba52138e42335509116529f928f (diff)
js makefiles
Diffstat (limited to 'sitestatic/bootstrap-typeahead.js')
-rw-r--r--sitestatic/bootstrap-typeahead.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/sitestatic/bootstrap-typeahead.js b/sitestatic/bootstrap-typeahead.js
index 3d355ae4..c2ccdea2 100644
--- a/sitestatic/bootstrap-typeahead.js
+++ b/sitestatic/bootstrap-typeahead.js
@@ -45,11 +45,9 @@
, select: function () {
var val = this.$menu.find('.active').attr('data-value')
- if (val) {
- this.$element
- .val(this.updater(val))
- .change()
- }
+ this.$element
+ .val(this.updater(val))
+ .change()
return this.hide()
}
@@ -143,6 +141,7 @@
return i[0]
})
+ items.first().addClass('active')
this.$menu.html(items)
return this
}