Disable jquery.ime for VE till IME support is improved

Bug: 55492
Change-Id: I30cffd94413b50bb57a403a9d06dbc0498a02d0a
This commit is contained in:
Santhosh Thottingal
2013-10-09 19:05:20 +05:30
parent 2eecc721a2
commit efaa3dc317

View File

@@ -128,7 +128,7 @@ $wgULSEventLogging = false;
* *
* @since 2013.07 * @since 2013.07
*/ */
$wgULSNoImeSelectors = array( '#wpCaptchaWord' ); $wgULSNoImeSelectors = array( '#wpCaptchaWord', '.ve-ce-documentNode' );
/** /**