Autosave message

Added a message why the draft was not saved
This commit is contained in:
Dan 2025-01-24 09:09:31 +07:00
commit eb4330abc8
2 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@ function updateData() {
$("#response").fadeOut(600, function() {
$("#response").css("display", "none");
});
}, 3000);
}, 6000);
}
});
}