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