Django-Likes icon indicating copy to clipboard operation
Django-Likes copied to clipboard

fixing ajax ambiguous likes_count

Open piyusharma95 opened this issue 6 years ago • 0 comments

The onClick function on like button was not updating the 'data-likes' attribute, thus, the var 'likeCount' always remained constant. Hence, the updating of likes_count has been added.

piyusharma95 avatar Apr 27 '18 18:04 piyusharma95