new UI for search, closes #108 (still needs cleanup)

This commit is contained in:
azivner
2018-06-03 20:42:25 -04:00
parent 0f8f707acd
commit 76c0e5b2b8
8 changed files with 159 additions and 37 deletions

View File

@@ -80,11 +80,10 @@ async function setupProtectedSession() {
$noteDetailWrapper.show();
protectedSessionDeferred.resolve();
protectedSessionDeferred = null;
$protectedSessionOnButton.addClass('active');
$protectedSessionOffButton.removeClass('active');
protectedSessionDeferred = null;
}
}