1
0
mirror of https://github.com/zadam/trilium.git synced 2025-03-01 14:22:32 +01:00
2017-06-11 16:04:07 -04:00

5 lines
125 B
JavaScript

function message(str) {
$("#top-message").show();
$("#top-message").html(str);
$("#top-message").fadeOut(3000);
}