mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
migrated all remaining dialogs to bootstrap modals, #203
This commit is contained in:
@@ -16,11 +16,7 @@ async function showCurrentNoteRevisions() {
|
||||
async function showNoteRevisionsDialog(noteId, noteRevisionId) {
|
||||
glob.activeDialog = $dialog;
|
||||
|
||||
$dialog.dialog({
|
||||
modal: true,
|
||||
width: 800,
|
||||
height: 700
|
||||
});
|
||||
$dialog.modal();
|
||||
|
||||
$list.empty();
|
||||
$content.empty();
|
||||
|
||||
Reference in New Issue
Block a user