upgraded to jquery 1.10 and jquery-ui 1.10, fix autocomplete js bugs, style general tags

This commit is contained in:
r888888888
2013-06-18 17:24:59 -07:00
parent 97a1550d2e
commit 6285c09124
9 changed files with 374 additions and 248 deletions

View File

@@ -6,7 +6,7 @@
Danbooru.Post.initialize_all = function() {
this.initialize_post_previews();
if (Danbooru.meta("enable-tag-autocomplete") === "true") {
if (Danbooru.meta("enable-auto-complete") === "true") {
this.initialize_tag_autocomplete();
}