Skip to content

Commit

Permalink
use maintained fork of typeahead library
Browse files Browse the repository at this point in the history
I noticed while investigating a bug that the typeahead library is
essentially abandoned:

twitter/typeahead.js#1232

One of the comments in the above thread mentions this fork of the
library, which is actively maintained and includes a fix for said bug.
  • Loading branch information
dtao committed Jul 10, 2017
1 parent 489b3fd commit 0c760c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- all this, just for typeahead :( -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-tagsinput/0.8.0/bootstrap-tagsinput.css" />
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typeahead.js/0.11.1/typeahead.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/corejs-typeahead/1.1.1/typeahead.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-tagsinput/0.8.0/bootstrap-tagsinput.min.js"></script>

<link rel="stylesheet" href="/static/index.css" />
Expand Down

0 comments on commit 0c760c2

Please sign in to comment.