Files
danbooru/app/views/posts/partials/index/_search_count.html.erb
2015-07-27 17:27:40 -07:00

10 lines
209 B
Plaintext

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