mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
Shorten the compose box fade and collapse time.
(imported from commit 136f0fc02da291c85a4f4b169217a273ff496faf)
This commit is contained in:
parent
1822a997ed
commit
8e1ce1c371
@ -153,7 +153,7 @@ $(function () {
|
||||
send_status.removeClass(status_classes)
|
||||
.addClass('alert-success')
|
||||
.text('Sent message')
|
||||
.stop(true).fadeTo(0,1).delay(1000).fadeOut(1000, hide_compose);
|
||||
.stop(true).fadeTo(0,1).delay(250).fadeOut(250, hide_compose);
|
||||
buttons.removeAttr('disabled');
|
||||
clear_compose_box();
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user