From 8aff23942d81237c7209e156ac68760dc5a87e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Sat, 14 Mar 2020 21:01:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=9A=90=E8=97=8F=E8=B6=85?= =?UTF-8?q?=E8=A7=89=E9=86=92=E5=AF=BC=E8=87=B4=E4=B8=B4=E6=97=B6=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A1=86=E8=A2=AB=E9=9A=90=E8=97=8F=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- languages/zh-CN.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/zh-CN.js b/languages/zh-CN.js index 7b0a10b7..91fef87d 100644 --- a/languages/zh-CN.js +++ b/languages/zh-CN.js @@ -2121,7 +2121,7 @@ function parseBigNumber(number) const searchBox = editBox.querySelector(".search-box"); - const controlDiv = searchBox.querySelector(".sawoken-div"); + const controlDiv = searchBox.querySelector(".control-div .sort-div"); let fragment = document.createDocumentFragment(); const specialSearch = fragment.appendChild(document.createElement("select")); specialSearchFunctions.forEach((sfunc,idx)=>{