Viima / jquery-comments

The Javascript library of choice for implementing commenting in your web app
http://viima.github.io/jquery-comments/
MIT License
293 stars 118 forks source link

Allow for deletion of comments that have been upvoted #118

Open brandonopened opened 7 years ago

brandonopened commented 7 years ago

Currently it seems the user cannot delete a comment once it has been upvoted.

might this have something to do with this: ?

enableDeletingCommentWithReplies | A boolean value determing whether user is allowed to delete own comment that has replies (replies will be deleted as well)DEFAULT trueEXAMPLE$('#comments-container').comments({ enableDeletingCommentWithReplies: false });-- | --