diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-07-30 18:36:15 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-07-30 18:36:15 -0400 |
commit | a8ee16b82db3caec8d9794254836d594d49055b2 (patch) | |
tree | 47664be2ead6ad11efdbc34339c96f905822c95d /phpBB | |
parent | 366b14b6c5775507295b9ee1470a7a1a84c834b2 (diff) | |
parent | 7ebec68616efe4ed86ae2e42561c0ed8ce5b58df (diff) | |
download | forums-a8ee16b82db3caec8d9794254836d594d49055b2.tar forums-a8ee16b82db3caec8d9794254836d594d49055b2.tar.gz forums-a8ee16b82db3caec8d9794254836d594d49055b2.tar.bz2 forums-a8ee16b82db3caec8d9794254836d594d49055b2.tar.xz forums-a8ee16b82db3caec8d9794254836d594d49055b2.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/10293] Fixed the JavaScript in the jumpbox.
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/template/jumpbox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/jumpbox.html b/phpBB/styles/prosilver/template/jumpbox.html index f7b4fca609..1029627561 100644 --- a/phpBB/styles/prosilver/template/jumpbox.html +++ b/phpBB/styles/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}"> |