organize posts.js

This commit is contained in:
Toks
2013-04-24 19:27:54 -04:00
parent b008b6f10f
commit 8169b4fa73

View File

@@ -18,6 +18,7 @@
if ($("#c-posts").length && $("#a-show").length) {
this.initialize_links();
this.initialize_post_relationship_previews();
this.initialize_favlist();
this.initialize_post_sections();
this.initialize_post_image_resize_links();
@@ -133,7 +134,9 @@
$("#post_tag_string").trigger("focus");
e.preventDefault();
});
}
Danbooru.Post.initialize_post_relationship_previews = function() {
$("#parent-relationship-preview").hide();
$("#child-relationship-preview").hide();