remove post view counts, add search counts
This commit is contained in:
9
app/views/posts/partials/index/_search_count.html.erb
Normal file
9
app/views/posts/partials/index/_search_count.html.erb
Normal file
@@ -0,0 +1,9 @@
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
$.post("<%= Danbooru.config.report_server %>/hits", {
|
||||
key: "<%= key %>",
|
||||
value: "<%= value %>",
|
||||
sig: "<%= sig %>"
|
||||
});
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user