mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
changes in access to startNote and currentNote
This commit is contained in:
@@ -201,9 +201,9 @@ window.onerror = function (msg, url, lineNo, columnNo, error) {
|
||||
$("#logout-button").toggle(!isElectron());
|
||||
|
||||
$(document).ready(() => {
|
||||
server.get("script/startup").then(scripts => {
|
||||
for (const script of scripts) {
|
||||
executeBundle(script);
|
||||
server.get("script/startup").then(scriptBundles => {
|
||||
for (const bundle of scriptBundles) {
|
||||
executeBundle(bundle);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user