From ceeabded73c66c8022eeac69721908f3f1c90d46 Mon Sep 17 00:00:00 2001 From: FreddleSpl0it Date: Thu, 3 Apr 2025 10:29:47 +0200 Subject: [PATCH] [Web] Fix transport routing test --- data/web/js/site/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/js/site/admin.js b/data/web/js/site/admin.js index 90c00002a..847c25aa8 100644 --- a/data/web/js/site/admin.js +++ b/data/web/js/site/admin.js @@ -681,7 +681,7 @@ jQuery(function($){ $(this).html('
Loading...
'); $.ajax({ type: 'GET', - url: 'inc/ajax/transport_check.php', + url: '/inc/ajax/transport_check.php', dataType: 'text', data: $('#test_transport_form').serialize(), complete: function (data) {