File size: 83 Bytes
f710fc8
 
 
1
2
3
function showComments(postId) {
    $(`#commentsModal${postId}`).modal('show');
  }