Change path to Controller\Records

This commit is contained in:
Nicolas Le Goff
2012-10-19 16:51:01 +02:00
parent ae447cad96
commit 1859436cb2
4 changed files with 24 additions and 72 deletions

View File

@@ -33,11 +33,8 @@ function cancelCgus(id)
$.ajax({
type: "POST",
url: "/prod/prodFeedBack.php",
data: {
sbas_id:id,
action:'DENY_CGU'
},
url: "/prod/TOU/deny/"+id+"/",
data: {},
success: function(data){
if(data == '1')
{