mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Merge "Hide ULS button"
This commit is contained in:
commit
5429c78eac
|
@ -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