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({
|
$(".group ul").droppable({
|
||||||
|
|
||||||
drop: function(event, ui) {
|
drop: function(event, ui) {
|
||||||
if (ui.draggable[0].attr('request_id') != undefined){
|
|
||||||
alert('This is a request!');
|
|
||||||
}
|
|
||||||
|
|
||||||
var move = {};
|
var move = {};
|
||||||
move[ 'friend_id' ] = ui.draggable[0].id
|
move[ 'friend_id' ] = ui.draggable[0].id
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue