Skip to content

Commit

Permalink
Update equip.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cyomega authored May 7, 2024
1 parent 9503ffe commit 25ce529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion equip.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ $(document).ready(function() {
}
}
function setResultShow(i, j) {
table.search('\D(' + setResult[i][j].id + ')\D').draw();
table.search('\\D(' + setResult[i][j].id + ')\\D').draw();
table.button(4).text('(' + (setResultIndex + 1) + '/' + setResult[i].length + ') ' + uits.setScore + setResult[i][j].score);
table.button(8).text(Number(setResultAlter + 1) + '/' + setResult.length);
}
Expand Down

0 comments on commit 25ce529

Please sign in to comment.