mirror of https://github.com/zulip/zulip.git
Animate removal of bot from the list.
(imported from commit 4c7e7aa07fa58c924ed78dbdc1d81c6e4bb28756)
This commit is contained in:
parent
c27e1105e5
commit
600964b1de
|
@ -171,7 +171,7 @@ $(function () {
|
||||||
type: 'DELETE',
|
type: 'DELETE',
|
||||||
success: function () {
|
success: function () {
|
||||||
var row = $(e.target).closest("li");
|
var row = $(e.target).closest("li");
|
||||||
row.remove();
|
row.hide('slow', function () { row.remove(); });
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue