Files
danbooru/app/views/posts/partials/show/_view_count.html.erb

9 lines
215 B
Plaintext

<% if CurrentUser.user.is_moderator? %>
<script type="text/javascript">
$(function() {
$.post("<%= Danbooru.config.reportbooru_server %>/post_views", {
msg: "<%= msg %>"
});
});
</script>
<% end %>