simplz / static /js /showComments.js
zaanind's picture
Upload 27 files
f710fc8 verified
raw
history blame contribute delete
83 Bytes
function showComments(postId) {
$(`#commentsModal${postId}`).modal('show');
}