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

Enhancements for replies hiding feature #96

Closed adanski closed 7 years ago

adanski commented 7 years ago

The changes let users configure the plugin to always show all replies by setting maxRepliesVisible to a negative value or hide all replies by setting it to 0.

adanski commented 7 years ago

Currently setting maxRepliesVisible to a negative value might result in an unexpected behaviour, and there's no dedicated setting to always show all replies, so hiding feature is disabled. There's also no option to hide all replies, @jjtykkyl

I can rework the patch if it does not match the concept of the script.