9 lines
215 B
Plaintext
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 %> |