mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
added top header
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$(document).bind('keydown', 'alt+r', function() {
|
||||
function showRecentChanges() {
|
||||
$("#recentChangesDialog").dialog({
|
||||
modal: true,
|
||||
width: 400,
|
||||
@@ -74,7 +74,9 @@ $(document).bind('keydown', 'alt+r', function() {
|
||||
},
|
||||
error: () => alert("Error getting recent changes.")
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
$(document).bind('keydown', 'alt+r', showRecentChanges);
|
||||
|
||||
$(document).on('click', '#recentChangesDialog a', function(e) {
|
||||
goToInternalNote(e, () => {
|
||||
|
||||
Reference in New Issue
Block a user