Take out the blue highlight for cursor location

Bug: T162204
Change-Id: I6aca0103a2603bf37ff856a7dd6f2aa4137ee53c
This commit is contained in:
Pavel Astakhov 2017-04-05 10:50:42 +06:00
parent 80f38e03ec
commit cf07be26b3

View file

@ -369,7 +369,7 @@
mwextDoubleUnderscore: mw.config.get( 'extCodeMirrorDoubleUnderscore' ),
mwextUrlProtocols: mw.config.get( 'extCodeMirrorUrlProtocols' ),
mwextModes: mw.config.get( 'extCodeMirrorExtModes' ),
styleActiveLine: true,
// styleActiveLine: true, // disabled since Bug: T162204, maybe should be optional
lineWrapping: true,
readOnly: $textbox1[ 0 ].readOnly,
// select mediawiki as text input mode