Browse Source

切换超觉醒的顺序反了

tags/v21.0
枫谷剑仙 4 years ago
parent
commit
e46f7ca490
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      script.js

+ 1
- 1
script.js View File

@@ -2769,7 +2769,7 @@ function initialize(event) {
const s_sawokens = s_sawokensLi.map(li => li.querySelector(".sawoken-check"));
const s_includeSuperAwoken = searchBox.querySelector("#include-super-awoken"); //搜索超觉醒
s_includeSuperAwoken.onchange = function() {
toggleDomClassName(!this.checked, className_displayNone, s_sawokensDiv);
toggleDomClassName(this.checked, className_displayNone, s_sawokensDiv);
};
s_includeSuperAwoken.onchange();



Loading…
Cancel
Save