mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
migrated all remaining dialogs to bootstrap modals, #203
This commit is contained in:
@@ -8,11 +8,7 @@ const $list = $("#event-log-list");
|
||||
async function showDialog() {
|
||||
glob.activeDialog = $dialog;
|
||||
|
||||
$dialog.dialog({
|
||||
modal: true,
|
||||
width: 800,
|
||||
height: 700
|
||||
});
|
||||
$dialog.modal();
|
||||
|
||||
const result = await server.get('event-log');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user