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

10 lines
209 B
Plaintext

<script type="text/javascript">
$(function() {
$.post("<%= Danbooru.config.report_server %>/hits", {
key: "<%= key %>",
value: "<%= value %>",
sig: "<%= sig %>"
});
});
</script>