startNote/currentNote is now accessible on frontend as well

This commit is contained in:
azivner
2018-03-04 23:28:26 -05:00
parent 1c6fc9029f
commit 61c2456cf6
6 changed files with 38 additions and 21 deletions

View File

@@ -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);
}
});
});