- insert_comment: function(post_type, post_id, comment_id, comment, username, profile_url, delete_url) {\r
- var $container = $('#comments-container-' + post_type + '-' + post_id);\r
- var skeleton = $('#new-comment-skeleton-' + post_type + '-' + post_id).html().toString();\r
+ insert_comment: function(post_id, comment_id, comment, username, profile_url, delete_url) {\r
+ var $container = $('#comments-container-' + post_id);\r
+ var skeleton = $('#new-comment-skeleton-' + post_id).html().toString();\r