upgraded to jquery 1.10 and jquery-ui 1.10, fix autocomplete js bugs, style general tags
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user