mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
migrated all remaining dialogs to bootstrap modals, #203
This commit is contained in:
@@ -6,11 +6,7 @@ const $noteSource = $("#note-source");
|
||||
function showDialog() {
|
||||
glob.activeDialog = $dialog;
|
||||
|
||||
$dialog.dialog({
|
||||
modal: true,
|
||||
width: 800,
|
||||
height: 500
|
||||
});
|
||||
$dialog.modal();
|
||||
|
||||
const noteText = noteDetailService.getCurrentNote().content;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user