jenkins-bot has submitted this change and it was merged.

Change subject: Prevent ConfirmEdit captcha from attempting to leave the page 
in FF
......................................................................


Prevent ConfirmEdit captcha from attempting to leave the page in FF

Change-Id: Iedd1c6f61c74a57d01d237892dcaedb406bf6a84
---
M includes/SpamFilter/ConfirmEdit.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  SG: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/SpamFilter/ConfirmEdit.php 
b/includes/SpamFilter/ConfirmEdit.php
index 1be6bf6..5b5ba59 100644
--- a/includes/SpamFilter/ConfirmEdit.php
+++ b/includes/SpamFilter/ConfirmEdit.php
@@ -38,7 +38,7 @@
                        // let's extract those and respond them along with the 
form HTML
                        global $wgOut;
                        $html = $wgOut->buildCssLinks() .
-                               $wgOut->getScriptsForBottomQueue( false ) .
+                               $wgOut->getScriptsForBottomQueue( true ) .
                                $html;
 
                        $msg = wfMessage( 'flow-spam-confirmedit-form' 
)->rawParams( $html );

-- 
To view, visit https://gerrit.wikimedia.org/r/162232
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iedd1c6f61c74a57d01d237892dcaedb406bf6a84
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: SG <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to