From b708916f99ac39a508a45dd8e0f8f81c51d76c84 Mon Sep 17 00:00:00 2001 From: Mattk70 Date: Thu, 17 Mar 2022 00:12:04 +0000 Subject: [PATCH] nocmig whitelist option implemented --- css/style.css | 4 ++-- index.html | 21 +++++++++++++++++---- js/model.js | 37 +++++++++++++++++++++++++++++-------- js/ui.js | 20 +++++++++++++++++++- js/worker.js | 18 +++++++++++++----- main.js | 5 +++++ 6 files changed, 85 insertions(+), 20 deletions(-) diff --git a/css/style.css b/css/style.css index f4508f9a..9e2ff9f7 100644 --- a/css/style.css +++ b/css/style.css @@ -120,9 +120,9 @@ html, body { margin-top: -6px; } -tr[class^="subrow"] { +tr[id^="sub"] { font-size: 12px; - display: none + } span[id^="filename_"] { diff --git a/index.html b/index.html index cf389a6f..16d7f6dc 100644 --- a/index.html +++ b/index.html @@ -65,8 +65,18 @@ Options