mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
various small usability improvements
This commit is contained in:
@@ -2,4 +2,10 @@ function message(str) {
|
||||
$("#top-message").show();
|
||||
$("#top-message").html(str);
|
||||
$("#top-message").fadeOut(3000);
|
||||
}
|
||||
|
||||
function error(str) {
|
||||
$("#error-message").show();
|
||||
$("#error-message").html(str);
|
||||
$("#error-message").fadeOut(10000);
|
||||
}
|
||||
Reference in New Issue
Block a user