migrated all remaining dialogs to bootstrap modals, #203

This commit is contained in:
azivner
2018-11-06 17:47:40 +01:00
parent 6fb99ae89e
commit 2f4ef0a4a2
29 changed files with 480 additions and 397 deletions

View File

@@ -29,7 +29,7 @@ async function showDialog() {
treeService.activateNote(notePath);
$dialog.dialog('close');
$dialog.modal('hide');
}
});
@@ -47,7 +47,7 @@ function showInFullText(e) {
searchNotesService.showSearch();
searchNotesService.doSearch(searchText);
$dialog.dialog('close');
$dialog.modal('hide');
}
function showRecentNotes() {