Skip to content

Commit

Permalink
Fix bug Twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian-sima committed Oct 23, 2015
1 parent b5ddfb9 commit c3ef56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/3rd_party/others/js/typeahead.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -1720,8 +1720,8 @@
suggestions = suggestions || [];
if (!canceled && rendered < that.limit) {
that.cancel = $.noop;
rendered += suggestions.length;
that._append(query, suggestions.slice(0, that.limit - rendered));
rendered += suggestions.length;
that.async && that.trigger("asyncReceived", query);
}
}
Expand Down

0 comments on commit c3ef56d

Please sign in to comment.