Commit Graph

14 Commits

Author SHA1 Message Date
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
evazion
0ed0fb095b /notes/search: convert to simple form. 2017-04-22 13:04:04 -05:00
Toks
772003a55a fixes #2217 2014-07-06 12:03:48 -04:00
Toks
7b5669ab60 Add warning to note search mirroring comment search 2013-07-14 19:20:02 -04:00
Toks
227ad46634 consistency with comment search page 2013-06-22 14:05:30 -04:00
小太
1a03a86592 Kill trailing whitespace in erb files 2013-03-19 23:11:58 +11:00
albert
b109d44daf fix search forms 2013-02-18 15:50:57 -05:00
albert
8749c43b3e refactored search 2013-01-10 17:45:52 -05:00
albert
608f390eef fixes #320 2012-02-20 14:48:37 -05:00
albert
f6367aab49 layout fixes 2011-11-03 17:14:41 -04:00
albert
34ae712be0 fixed titles 2011-10-23 16:55:57 -04:00
albert
ff4e3e3ad1 Fixes #37: Search function for artists requires all fields to be completed (fixed for all searches) 2011-09-11 14:51:09 -04:00
albert
bd3af50e10 changes 2011-07-02 21:04:29 -04:00
albert
5a668457d2 work on notes js 2011-05-16 09:27:39 -04:00