note actions now work again

This commit is contained in:
zadam
2019-05-05 18:24:59 +02:00
parent b1d0cef33b
commit 9a97fe09ee
8 changed files with 49 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ const $component = $("#protected-session-password-component");
const $passwordForms = $(".protected-session-password-form");
const $passwordInputs = $(".protected-session-password");
const $passwordInModal = $("#protected-session-password-in-modal");
const $tabContent = $(".note-tab-content"); // FIXME TAB
const $tabContent = $(".note-tab-content");
const $protectButton = $("#protect-button");
const $unprotectButton = $("#unprotect-button");
const $enterProtectedSessionButton = $("#enter-protected-session-button");