Skip to content

Commit

Permalink
clear
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikaiiiiiii committed Jun 27, 2024
1 parent 28b4b6b commit 23d5e47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion psnineplus.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@

// 为 span 元素添加点击排序功能
spanElement.addEventListener('click', () => {

const tdArray = Array.from(tdElements).map((tr) => {
const valueElement = tr.querySelector('td.twoge > em');
const value = valueElement ? parseFloat(valueElement.textContent) : null;
Expand Down

0 comments on commit 23d5e47

Please sign in to comment.