From 8e1ce1c37104f770e001d1e811faca005b5bb461 Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Mon, 17 Sep 2012 11:21:08 -0400 Subject: [PATCH] Shorten the compose box fade and collapse time. (imported from commit 136f0fc02da291c85a4f4b169217a273ff496faf) --- zephyr/static/js/zephyr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/static/js/zephyr.js b/zephyr/static/js/zephyr.js index e07fd57c54..9eab44e719 100644 --- a/zephyr/static/js/zephyr.js +++ b/zephyr/static/js/zephyr.js @@ -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(); },