Commit Graph

7 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
Type-kun
a7d553038f Add "disable-with" to most edit forms (should fix #2264) 2016-08-30 22:54:38 +05:00
Toks
7e8eb354d2 increase font size of quick edit textarea 2013-06-18 12:48:42 -04:00
r888888888
d5f575159f rename references of privileged to gold 2013-04-28 00:04:52 -07:00
albert
8e3a6c5923 style fixes 2011-12-06 18:58:26 -05:00
albert
02c0a0f1c6 post mode menu fixes 2011-10-22 01:56:36 -04:00
albert
8a5f26f3e5 implements edit mode for post mode menu 2011-10-21 18:56:27 -04:00