From 9b07c780c3e5893c1908e48613526503f775926f Mon Sep 17 00:00:00 2001 From: ilya Date: Sat, 11 Sep 2010 23:31:43 -0700 Subject: [PATCH] the acceptance now works need to do the ignores and unfriend bucket --- public/javascripts/group-edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascripts/group-edit.js b/public/javascripts/group-edit.js index 4b2c43451..e5c995bed 100644 --- a/public/javascripts/group-edit.js +++ b/public/javascripts/group-edit.js @@ -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!") }