Modification arborescence

This commit is contained in:
Chocobozzz
2014-03-18 21:25:52 +01:00
parent 18550b42fe
commit 4c5f7a8287
6 changed files with 20 additions and 11 deletions
+3 -3
View File
@@ -7,7 +7,7 @@ $(function () {
// Selection des users
$.ajax({
type: "POST",
url: "ajax.php",
url: "include/ajax.php",
dataType: 'json',
data: "select=user",
success: function (json) {
@@ -60,7 +60,7 @@ $(function () {
$.ajax({
type: "POST",
url: "ajax.php",
url: "include/ajax.php",
dataType: "json",
data: {del_user_id: id},
error: function () {
@@ -115,7 +115,7 @@ $(function () {
// Suppression dans la bdd
$.ajax({
type: "POST",
url: "ajax.php",
url: "include/ajax.php",
dataType: "json",
data: item,
error: function () {