mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
moved dialog entrypoints into bootstrap, fixes
This commit is contained in:
@@ -2,7 +2,6 @@ import linkService from '../services/link.js';
|
||||
import utils from '../services/utils.js';
|
||||
import server from '../services/server.js';
|
||||
|
||||
const $showDialogButton = $("#recent-changes-button");
|
||||
const $dialog = $("#recent-changes-dialog");
|
||||
|
||||
async function showDialog() {
|
||||
@@ -83,10 +82,6 @@ function groupByDate(result) {
|
||||
return groupedByDate;
|
||||
}
|
||||
|
||||
$(document).bind('keydown', 'alt+r', showDialog);
|
||||
|
||||
$showDialogButton.click(showDialog);
|
||||
|
||||
export default {
|
||||
showDialog
|
||||
};
|
||||
Reference in New Issue
Block a user