fix js for post/show page

This commit is contained in:
albert
2011-11-03 13:00:47 -04:00
parent ca6fef9195
commit 104b552259

View File

@@ -13,9 +13,9 @@
if ($("#c-posts").length && $("#a-show").length) {
this.initialize_resize_links();
this.initialize_links();
this.initialize_image_resize();
this.initialize_post_sections();
this.initialize_post_image_resize_links();
this.initialize_image_resize();
}
}