undo for now
This commit is contained in:
parent
ef6ce98c12
commit
0c5ab4f20e
1 changed files with 0 additions and 3 deletions
|
|
@ -20,9 +20,6 @@ $(function() {
|
|||
$(".group ul").droppable({
|
||||
|
||||
drop: function(event, ui) {
|
||||
if (ui.draggable[0].attr('request_id') != undefined){
|
||||
alert('This is a request!');
|
||||
}
|
||||
|
||||
var move = {};
|
||||
move[ 'friend_id' ] = ui.draggable[0].id
|
||||
|
|
|
|||
Loading…
Reference in a new issue