mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
WIP authentication with flask-login, restructuring of static files
This commit is contained in:
5
static/js/utils.js
Normal file
5
static/js/utils.js
Normal file
@@ -0,0 +1,5 @@
|
||||
function message(str) {
|
||||
$("#top-message").show();
|
||||
$("#top-message").html(str);
|
||||
$("#top-message").fadeOut(3000);
|
||||
}
|
||||
Reference in New Issue
Block a user