Remove redundant title attribute for ULS trigger
It is unconditionally overwritten some ten lines after Change-Id: I048673fbcb5d2a489a673284405822a148764e22
This commit is contained in:
@@ -321,9 +321,7 @@
|
||||
// The interlanguage links section
|
||||
$pLang = $( '#p-lang' );
|
||||
// Add an element near the interlanguage links header
|
||||
$ulsTrigger = $( '<span>' )
|
||||
.addClass( 'uls-settings-trigger' )
|
||||
.attr( 'title', $.i18n( 'ext-uls-language-settings-title' ) );
|
||||
$ulsTrigger = $( '<span>' ).addClass( 'uls-settings-trigger' );
|
||||
// Append ULS cog to languages section, but make sure it is visible.
|
||||
$pLang.show().prepend( $ulsTrigger );
|
||||
// Take care of any other elements with this class.
|
||||
|
||||
Reference in New Issue
Block a user