fix merge issue

This commit is contained in:
zadam 2019-04-22 17:05:04 +02:00
parent a88a00b60e
commit 983d9c4319

View File

@ -36,7 +36,7 @@ async function show() {
} }
// open doesn't work for protected notes since it works through browser which isn't in protected session // open doesn't work for protected notes since it works through browser which isn't in protected session
$openButton.toggle(!currentNote.isProtected); $openButton.toggle(!activeNote.isProtected);
} }
$downloadButton.click(() => utils.download(getFileUrl())); $downloadButton.click(() => utils.download(getFileUrl()));