Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
iROCKBUNNY committed Oct 12, 2023
1 parent 9cf3e96 commit 3160d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/n-back.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function startCurrentBlock() {
).append(
$('<div>').addClass('or')
).append(
$('<div>').addClass('ui negative right labeled icon button').html('Non-Target<i class="arrow right icon"></i>').click(function () {
$('<div>').addClass('ui negative right labeled icon button').html('<i class="arrow right icon"></i>Non-Target').click(function () {
markAsNonTarget(new Date());
})
).append(
Expand Down

0 comments on commit 3160d79

Please sign in to comment.