fix references to report_server
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
var tags = $("#tags").val();
|
||||
$.post("<%= Danbooru.config.report_server %>/missed_searches", {
|
||||
$.post("<%= Danbooru.config.reportbooru_server %>/missed_searches", {
|
||||
session_id: "<%= session_id %>",
|
||||
tags: tags,
|
||||
sig: "<%= sig %>"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
$.post("<%= Danbooru.config.report_server %>/hits", {
|
||||
$.post("<%= Danbooru.config.reportbooru_server %>/hits", {
|
||||
key: "<%= key %>",
|
||||
value: "<%= value %>",
|
||||
<% if CurrentUser.user.is_platinum? && params[:ms] %>
|
||||
|
||||
Reference in New Issue
Block a user