the acceptance now works need to do the ignores and unfriend bucket

This commit is contained in:
ilya 2010-09-11 23:31:43 -07:00
parent b1dcc4cf43
commit 9b07c780c3

View file

@ -20,7 +20,7 @@ $(function() {
$.ajax({
type: "DELETE",
url: "/requests/" + ui.draggable[0].getAttribute('request_id') ,
data: {"accept" : {"group_id" : $(this)[0].id }}
data: {"accept" : true , "group_id" : $(this)[0].id }
});
alert("Sent the ajax, check it out!")
}