Shorten the compose box fade and collapse time.

(imported from commit 136f0fc02da291c85a4f4b169217a273ff496faf)
This commit is contained in:
Jessica McKellar 2012-09-17 11:21:08 -04:00
parent 1822a997ed
commit 8e1ce1c371

View File

@ -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();
},