aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions/event.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/event.js b/functions/event.js
index 913b608..012a32c 100644
--- a/functions/event.js
+++ b/functions/event.js
@@ -59,7 +59,7 @@ function submitform(form, value) {
var action = temp[0];
values[0] = temp[1];
- form.action = action;
+ form.setAttribute("action", action);
// Stuff the hidden form fields.
for (var i = 0; i < values.length; i++) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy