Fixed broken generate buttons

This commit is contained in:
Aodhan Collins
2026-02-08 02:09:54 +00:00
parent df82d4ec07
commit 1e7f252cf9

View File

@@ -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: {