mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'callumacrae/ticket/10293' into develop-olympus
* callumacrae/ticket/10293: [ticket/10293] Fixed the JavaScript in the jumpbox.
This commit is contained in:
commit
7ebec68616
1 changed files with 1 additions and 1 deletions
|
@ -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}">
|
||||||
|
|
Loading…
Add table
Reference in a new issue