New feature - Simple extract data by regex from all historical watch text into CSV (#1191)

This commit is contained in:
dgtlmoon
2022-12-05 14:48:03 +01:00
committed by GitHub
parent b8d5a12ad0
commit 2345b6b558
9 changed files with 199 additions and 17 deletions

View File

@@ -13,6 +13,8 @@ $(document).ready(function () {
} else if (hash_name === '#error-screenshot') {
$("img#error-screenshot-img").attr('src', error_screenshot_url);
$("#settings").hide();
} else if (hash_name === '#extract') {
$("#settings").hide();
}