Files
danbooru/app/views/posts/partials/index/_search_count.html.erb
2016-08-22 15:15:08 -07:00

11 lines
253 B
Plaintext

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