script which shows list of edited files for a date, fixes #125

This commit is contained in:
azivner 2018-07-29 20:51:28 +02:00
parent 2eb1a9705f
commit 2ff7a890bc
2 changed files with 2 additions and 2 deletions

View File

@ -146,8 +146,6 @@ async function handleProtectedSession() {
}
async function loadNoteDetail(noteId) {
$scriptArea.html('');
currentNote = await loadNote(noteId);
if (isNewNoteCreated) {
@ -192,6 +190,8 @@ async function loadNoteDetail(noteId) {
await loadRelationList();
$scriptArea.html('');
await bundleService.executeRelationBundles(getCurrentNote(), 'runOnNoteView');
}

Binary file not shown.