fix & unify "show recent notes" buttons

This commit is contained in:
azivner
2018-08-14 17:36:39 +02:00
parent 462bc0edd5
commit 936d8449f6
3 changed files with 5 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ import searchNotesService from '../services/search_notes.js';
const $dialog = $("#jump-to-note-dialog");
const $autoComplete = $("#jump-to-note-autocomplete");
const $showInFullTextButton = $("#show-in-full-text-button");
const $showRecentNotesButton = $("#jump-to-note-show-recent-notes");
const $showRecentNotesButton = $dialog.find(".show-recent-notes-button");
async function showDialog() {
glob.activeDialog = $dialog;