Merge "Blacklist all VisualEditor contentEditables, not just the main one"

This commit is contained in:
jenkins-bot
2014-11-22 03:14:46 +00:00
committed by Gerrit Code Review

View File

@@ -154,7 +154,7 @@ $GLOBALS['wgULSImeSelectors'] = array(
*
* @since 2013.07
*/
$GLOBALS['wgULSNoImeSelectors'] = array( '#wpCaptchaWord', '.ve-ce-documentNode' );
$GLOBALS['wgULSNoImeSelectors'] = array( '#wpCaptchaWord', '.ve-ce-surface *' );
/**
* Array of jQuery selectors of elements on which webfonts must not be applied.