From fa42c7223ad67253b2f03185b1f3ee4b19fc5308 Mon Sep 17 00:00:00 2001 From: davegilligan Date: Sun, 24 May 2026 00:34:38 +0200 Subject: [PATCH] fix: remove browser-native required validation blocking doc picker submissions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Forms lacked novalidate and textareas had required, so the browser fired HTML5 validation before tools.js could intercept — blocking submissions where text came from the doc picker or file upload rather than the textarea. Co-Authored-By: Claude Sonnet 4.6 --- includes/tool_form.php | 4 ++-- redact.php | 4 ++-- timeline.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/tool_form.php b/includes/tool_form.php index dc8df04..0e20585 100644 --- a/includes/tool_form.php +++ b/includes/tool_form.php @@ -1,4 +1,4 @@ -
+
Language @@ -82,7 +82,7 @@
- +