瀏覽代碼

Hide the dropdown when picking 'no filter'

master
Fen Dweller 6 年之前
父節點
當前提交
0ff40cb6b9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js 查看文件

@@ -2728,7 +2728,7 @@ function prepareEntities() {
oldSelect.classList.remove("category-visible");

const newSelect = document.querySelector("#filter-" + e.target.value);
if (newSelect)
if (newSelect && e.target.value != "none")
newSelect.classList.add("category-visible");

updateFilter();


Loading…
取消
儲存