removed comments
This commit is contained in:
parent
95f097234d
commit
5a93cb9b86
@ -65,9 +65,6 @@
|
||||
if(response.postExists){
|
||||
views.innerText = response.views;
|
||||
likes.innerText = response.likes;
|
||||
// if(Number(comments.innerText) !== NaN){
|
||||
// comments.innerText = response.comments;
|
||||
// }
|
||||
postLikesAndViews.style.display = "inline";
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user