mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
better autosave - only once per 5 seconds with guaranteed save when changing notes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
function message(str) {
|
||||
$("#top-message").show();
|
||||
$("#top-message").fadeIn(1500);
|
||||
$("#top-message").html(str);
|
||||
$("#top-message").fadeOut(3000);
|
||||
$("#top-message").fadeOut(1500);
|
||||
}
|
||||
|
||||
function error(str) {
|
||||
|
||||
Reference in New Issue
Block a user