Merge "Language widget ULS call fix"

This commit is contained in:
jenkins-bot 2013-10-16 12:59:01 +00:00 committed by Gerrit Code Review
commit b0931109d1

View file

@ -76,6 +76,8 @@ ve.ui.LanguageInputWidget = function VeUiLanguageInputWidget( config ) {
// Create a 'change language' Button:
this.$button = new ve.ui.PushButtonWidget({
'label': ve.msg( 'visualeditor-languageinspector-widget-changelang' ),
// Add 'href' so the button returns true on click and triggers ULS
'href': '#',
'flags': ['primary']
});