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 May 19, 2023
1 parent 9948041 commit 048eecc
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 048eecc

Please sign in to comment.