remove week scaling for popular searches

This commit is contained in:
r888888888
2016-08-22 15:15:08 -07:00
parent d0bbe27217
commit ccf95957f9
3 changed files with 2 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
$.post("<%= Danbooru.config.report_server %>/hits", {
key: "<%= key %>",
value: "<%= value %>",
uid: <%= CurrentUser.user.id.to_s %>,
sig: "<%= sig %>"
});
});