cssClass is correctly filled for new note

This commit is contained in:
azivner
2018-09-01 13:18:55 +02:00
parent bc38172792
commit 792039227f
4 changed files with 29 additions and 9 deletions

View File

@@ -89,6 +89,8 @@ async function setupProtectedSession() {
$protectedSessionOnButton.addClass('active');
$protectedSessionOffButton.removeClass('active');
}
infoService.showMessage("Protected session has been started.");
}
function ensureDialogIsClosed() {