Files
danbooru/app/views
evazion 4631262374 Fix broken tag autocomplete on multiple pages.
Mark all tag <input>s with a `data-autocomplete` attribute, instead of
hardcoding a list of html IDs to autocomplete in javascript.

This way should be less error prone. It fixes autocomplete in several places:

* Autocomplete for the search box on /posts didn't work in the
  responsive layout. This was because /posts has two search boxes that
  both have the id `tags`: one in the normal sidebar, and one in the
  responsive tag list. $("#tags") only initialized autocomplete on the
  first one.

* Autocomplete didn't work on the aliases or implications pages. This
  was due to selecting the wrong html ids.
2017-04-22 15:24:03 -05:00
..
2017-04-19 17:56:25 -05:00
2013-09-17 11:31:11 -04:00
2016-02-05 14:17:26 -08:00
2017-01-24 13:13:13 -08:00
2017-01-12 09:15:14 +00:00
2017-04-20 14:29:11 -07:00
2017-01-16 12:57:43 -08:00
2015-06-10 17:28:51 -07:00
2017-04-20 14:29:11 -07:00
2013-06-21 13:26:48 -07:00
2013-06-21 13:26:48 -07:00
2016-12-02 13:52:39 -08:00