mirror of https://github.com/zulip/zulip.git
drafts: Fade the "Draft saved" a little more slowly.
300ms is a pretty short amount of time
This commit is contained in:
parent
13f86f35d9
commit
b8ef841867
|
@ -113,7 +113,7 @@ exports.restore_message = function (draft) {
|
|||
|
||||
function draft_notify() {
|
||||
$(".alert-draft").css("display", "inline-block");
|
||||
$(".alert-draft").delay(1000).fadeOut(300);
|
||||
$(".alert-draft").delay(1000).fadeOut(500);
|
||||
}
|
||||
|
||||
exports.update_draft = function () {
|
||||
|
|
Loading…
Reference in New Issue