Skip to content

Commit

Permalink
Remove href from delete button; add title (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
eritbh authored Apr 22, 2023
1 parent 387d09c commit 743e305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/data/modules/modnotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,9 @@ function generateNoteTableRow (note) {
$noteRow.append(`
<td>
<a
href="#"
role="button"
class="tb-modnote-delete-button tb-icons tb-icons-negative"
role="button"
title="Delete note"
data-note-id="${escapeHTML(note.id)}"
>
${icons.delete}
Expand Down

0 comments on commit 743e305

Please sign in to comment.