added top header

This commit is contained in:
azivner
2017-10-06 22:46:30 -04:00
parent b7a5dca803
commit 5b3dafd395
5 changed files with 42 additions and 65 deletions

View File

@@ -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, () => {