From f902109b0428574b03a2302ac96f19ce8daf2d46 Mon Sep 17 00:00:00 2001 From: Kirik Date: Mon, 27 Oct 2025 15:42:48 +0100 Subject: [PATCH] Fix plan form: add AJAX submit handler binding - Add onsubmit handler to plan form - Form now uses JavaScript fetch instead of standard POST - Fixes white page issue with JSON response --- content/plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/plan.md b/content/plan.md index 153532e..5885c21 100755 --- a/content/plan.md +++ b/content/plan.md @@ -172,7 +172,7 @@ disableComments = true -
+