aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2010-04-08 20:12:20 +0000
committerJason Oster <parasytic@users.sourceforge.net>2010-04-08 20:12:20 +0000
commitd58c8698aa924355ee9d59407ba064b0ed5ff308 (patch)
tree8b6adb8464285436a4bd70ac8b93c8ffecd85eaa /functions
parentfca084e008c7a78a0f2724f84b64c4da4c9be330 (diff)
downloadphpicalendar-d58c8698aa924355ee9d59407ba064b0ed5ff308.tar.gz
phpicalendar-d58c8698aa924355ee9d59407ba064b0ed5ff308.tar.bz2
phpicalendar-d58c8698aa924355ee9d59407ba064b0ed5ff308.zip
Fix jump-box for IE8
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