From 7e01850a4252aa68df6ab5c23e8dc12e8b0b66bd Mon Sep 17 00:00:00 2001 From: Callum Macrae Date: Tue, 26 Jul 2011 13:28:08 +0100 Subject: [PATCH] [ticket/10293] Fixed the JavaScript in the jumpbox. The current code is invalid, and results in an critical error which aborts the script before it gets to return false, thus allowing the form to submit with an invalid forum ID. This commit fixes that by referencing "this" instead of "document.jumpbox", which didn't exist because the form had no name. PHPBB3-10293 --- phpBB/styles/prosilver/template/jumpbox.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -
+