Skip to content

Commit

Permalink
Fix issue(pythonindia#714) with voting proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Rajdeep committed Jun 18, 2023
1 parent 22e5e50 commit 26c4d5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions junction/templates/proposals/detail/comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ <h5 class="text-muted clear-margin vote-count">
{% if user.is_authenticated %}
$('.js-proposal-upvote, .js-proposal-downvote, .js-proposal-comment-upvote, .js-proposal-comment-downvote').click(function(e){
e.preventDefault();
e.stopImmediatePropagation();
var _that = $(this);
var url = _that.attr('data-url'),
remove_vote_url = _that.attr('data-remove-vote-url');
Expand Down

0 comments on commit 26c4d5a

Please sign in to comment.