From 578d93a2d1ce36c520d686f7cf32fd60e5674d7d Mon Sep 17 00:00:00 2001 From: ixff <150003322+ixff@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:04:58 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix(jpop):=20=E5=BD=93=E5=85=B3?= =?UTF-8?q?=E9=97=AD=20torrent=20grouping=20=E6=97=B6=EF=BC=8C=E4=BB=8E?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E7=BB=93=E6=9E=9C=E4=B8=AD=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E7=A7=8D=E5=AD=90=E6=8A=A5=E9=94=99=20(#2001)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ece610722f1befea9df3cc2468a90eb7bd53d338. --- resource/sites/jpopsuki.eu/getSearchResult.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/resource/sites/jpopsuki.eu/getSearchResult.js b/resource/sites/jpopsuki.eu/getSearchResult.js index 8b26c7f6a..9b6b7e6c8 100644 --- a/resource/sites/jpopsuki.eu/getSearchResult.js +++ b/resource/sites/jpopsuki.eu/getSearchResult.js @@ -141,13 +141,6 @@ if (!"".getQueryString) { case row.is(".torrent_redline"): albumRow = row; albumTitle = title; - // 当在 Profile 里关闭 torrent grouping 时,补全单元格以让索引位置生效 - if (cells.eq(0).text().trim() !== "") { - let tmpRow = row.clone().get(0); - tmpRow.insertCell(0); - cells = $(tmpRow).find(">td"); - fieldIndex.category = 0; - } break; default: