This commit is contained in:
albert
2013-03-18 22:11:54 -07:00
parent c59afe4726
commit d8143d0b41
3 changed files with 14 additions and 4 deletions

View File

@@ -10,7 +10,9 @@
this.initialize_image();
this.initialize_info();
this.initialize_similar();
$("#related-tags-button").trigger("click");
if (!Danbooru.RelatedTag.auto_artist_find) {
$("#related-tags-button").trigger("click");
}
}
}