mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
startNote/currentNote is now accessible on frontend as well
This commit is contained in:
@@ -203,7 +203,7 @@ $("#logout-button").toggle(!isElectron());
|
||||
$(document).ready(() => {
|
||||
server.get("script/startup").then(scripts => {
|
||||
for (const script of scripts) {
|
||||
executeScript(script);
|
||||
executeBundle(script);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user