mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10293] Fixed the JavaScript in the jumpbox.
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<!-- IF S_DISPLAY_JUMPBOX -->
|
<!-- 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 -->
|
<!-- IF $CUSTOM_FIELDSET_CLASS -->
|
||||||
<fieldset class="{$CUSTOM_FIELDSET_CLASS}">
|
<fieldset class="{$CUSTOM_FIELDSET_CLASS}">
|
||||||
|
Reference in New Issue
Block a user