From 0cccdbadcf4a02314c704e2e15b272e32311495e Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Thu, 18 Dec 2014 11:46:41 +0100 Subject: [PATCH] Remove the double slash in the urls of ajax --- pandora_console/operation/tree2.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora_console/operation/tree2.php b/pandora_console/operation/tree2.php index 7563368d37..d8b311cbd7 100644 --- a/pandora_console/operation/tree2.php +++ b/pandora_console/operation/tree2.php @@ -156,7 +156,7 @@ echo ""; $.ajax({ type: "POST", - url: "/ajax.php", + url: "ajax.php", data: parameters, success: function(data) { if (data.success) { @@ -167,8 +167,8 @@ echo ""; detailRecipient: $("div#tree-controller-detail-recipient"), page: page, tree: data.tree, - baseURL: "/", - ajaxURL: "/ajax.php", + baseURL: "", + ajaxURL: "ajax.php", filter: { search: parameters['filter']['search'], status: parameters['filter']['status']