Fixed broken generate buttons
This commit is contained in:
@@ -219,7 +219,7 @@
|
|||||||
progressLabel.textContent = 'Starting...';
|
progressLabel.textContent = 'Starting...';
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch(form.action, {
|
const response = await fetch(form.getAttribute('action'), {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: formData,
|
body: formData,
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user