mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
Hide ULS button
Currently it steals focus it doesn't use an iFrame, so we can't use it in this way. Change-Id: I4df95f3b60bc63b0ce296a06da648e96d94bf20f
This commit is contained in:
parent
361c1d3928
commit
b74aa4160b
|
@ -40,7 +40,8 @@ ve.ui.MWLanguageInputWidget = function VeUiMWLanguageInputWidget( config ) {
|
|||
// TODO: Consider using getAutonym to display a nicer language name label somewhere
|
||||
|
||||
// Initialization
|
||||
this.$element.prepend( $( '<div>' ).addClass( 've-ui-mwLangugageInputWidget-uls' ).append( changeButton.$element ) );
|
||||
// TODO: Re-enable when we've worked out a way to prevent ULS form stealing focus
|
||||
// this.$element.prepend( $( '<div>' ).addClass( 've-ui-mwLangugageInputWidget-uls' ).append( changeButton.$element ) );
|
||||
};
|
||||
|
||||
/* Inheritance */
|
||||
|
|
Loading…
Reference in a new issue