[Web] Minor changes

This commit is contained in:
André
2017-11-10 19:58:17 +01:00
parent 60e97503f7
commit ec37c6b0c2
4 changed files with 10 additions and 11 deletions

View File

@@ -466,7 +466,7 @@ jQuery(function($){
$(this).html('<span class="glyphicon glyphicon-refresh glyphicon-spin"></span> ');
$.ajax({
type: 'GET',
url: 'inc/relay_check.php',
url: 'inc/ajax/relay_check.php',
dataType: 'text',
data: $('#test_relayhost_form').serialize(),
complete: function (data) {