dragging a person to Remove from Aspect on aspect#manage fades person correctly (re: #442)
This commit is contained in:
parent
7f1d87f424
commit
d8ca91769f
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ $(function() {
|
|||
'aspect_id' : person.attr('data-aspect_id') }
|
||||
});
|
||||
}
|
||||
person.fadeOut('slow', $(this).remove());
|
||||
person.fadeOut(400, function(){person.remove();});
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue