Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritofeng committed Oct 28, 2022
1 parent 8056a29 commit 42c261f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/problem/vote-stats-ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
{% else %}
<canvas id="problem-vote-chart"></canvas>
<script type="text/javascript">
$(document).ready(function () {
//$(document).ready(function () {
reload_problem_vote_graph({{ votes }}, {{ min_possible_vote }}, {{ max_possible_vote }});
});
//});
</script>
<div class="problem-vote-stats-bar">
{% with median_str=median|floatformat(1), mean_str=mean|floatformat(1), vote_count=votes|length %}
Expand Down

0 comments on commit 42c261f

Please sign in to comment.