mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
the acceptance now works need to do the ignores and unfriend bucket
This commit is contained in:
@@ -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!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user