remove post view counts, add search counts

This commit is contained in:
r888888888
2015-07-27 17:21:17 -07:00
parent fdc62b0e07
commit f87c71cf23
14 changed files with 93 additions and 170 deletions

View File

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