summaryrefslogtreecommitdiff
path: root/prosilver/template/jumpbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'prosilver/template/jumpbox.html')
-rw-r--r--prosilver/template/jumpbox.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosilver/template/jumpbox.html b/prosilver/template/jumpbox.html
index f7b4fca..1029627 100644
--- a/prosilver/template/jumpbox.html
+++ b/prosilver/template/jumpbox.html
@@ -10,7 +10,7 @@
<!-- ENDIF -->
<!-- IF S_DISPLAY_JUMPBOX -->
- <form method="post" id="jumpbox" action="{S_JUMPBOX_ACTION}" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
+ <form method="post" id="jumpbox" action="{S_JUMPBOX_ACTION}" onsubmit="if(this.f.value == -1){return false;}">
<!-- IF $CUSTOM_FIELDSET_CLASS -->
<fieldset class="{$CUSTOM_FIELDSET_CLASS}">