Files
danbooru/app/views/posts/partials/show/_view_count.html.erb
2017-11-10 14:37:48 -08:00

8 lines
166 B
Plaintext

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