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:
Ed Sanders 2014-04-21 14:24:49 -07:00
parent 361c1d3928
commit b74aa4160b

View file

@ -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 */