diff --git a/web/third/bootstrap-typeahead/typeahead.js b/web/third/bootstrap-typeahead/typeahead.js index 5c627da093..d04e0e3253 100644 --- a/web/third/bootstrap-typeahead/typeahead.js +++ b/web/third/bootstrap-typeahead/typeahead.js @@ -359,7 +359,7 @@ Typeahead.prototype = { }); $items.first().addClass("active"); - this.$menu.html($items); + this.$menu.empty().append($items); return this; },