django-fluent / django-fluent-comments

A modern, ajax-based appearance for django comments
https://django-fluent.org/
Apache License 2.0
182 stars 90 forks source link

fixed reply cancellation button #127

Open entvia opened 2 years ago

entvia commented 2 years ago

Currently, when you click on cancel reply link JS error will occur as the elements href value is always equal to #c0. This will also not lead to the expected behavior. So, this is fixing it.