mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
global link map WIP
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
function reloadFrontendApp() {
|
||||
function reloadFrontendApp(reason) {
|
||||
if (reason) {
|
||||
logInfo("Frontend app reload: " + reason);
|
||||
}
|
||||
|
||||
window.location.reload(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user