mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Merge pull request #1269 from phopkins/ie_typeahead
[2.0-wip] Fix typehead plugin for IE7/8
This commit is contained in:
Vendored
+1
-1
@@ -79,7 +79,7 @@
|
|||||||
|
|
||||||
q = this.query.toLowerCase()
|
q = this.query.toLowerCase()
|
||||||
|
|
||||||
items = this.data.filter(function (item) {
|
items = jQuery.grep(this.data, function (item) {
|
||||||
if (that.matcher(item, q)) return item
|
if (that.matcher(item, q)) return item
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user