Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
templates/flask
zaanind
/
simplz
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
simplz
/
static
/
js
/
showComments.js
zaanind
Upload 27 files
f710fc8
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
83 Bytes
function
showComments
(
postId
) {
$(
`#commentsModal
${postId}
`
).
modal
(
'show'
);
}