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

@@ -15,7 +15,7 @@ const $prefixFormGroup = $("#add-link-prefix-form-group");
const $linkTypeDiv = $("#add-link-type-div");
const $linkTypes = $("input[name='add-link-type']");
const $linkTypeHtml = $linkTypes.filter('input[value="html"]');
const $showRecentNotesButton = $("#add-link-show-recent-notes");
const $showRecentNotesButton = $dialog.find(".show-recent-notes-button");
function setLinkType(linkType) {
$linkTypes.each(function () {