From 1e7f252cf940cf97a05862335f52f3997980324c Mon Sep 17 00:00:00 2001 From: Aodhan Collins Date: Sun, 8 Feb 2026 02:09:54 +0000 Subject: [PATCH] Fixed broken generate buttons --- templates/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/detail.html b/templates/detail.html index 40bd9f4..2e29e5d 100644 --- a/templates/detail.html +++ b/templates/detail.html @@ -219,7 +219,7 @@ progressLabel.textContent = 'Starting...'; try { - const response = await fetch(form.action, { + const response = await fetch(form.getAttribute('action'), { method: 'POST', body: formData, headers: {