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
|
// The interlanguage links section
|
||||||
$pLang = $( '#p-lang' );
|
$pLang = $( '#p-lang' );
|
||||||
// Add an element near the interlanguage links header
|
// Add an element near the interlanguage links header
|
||||||
$ulsTrigger = $( '<span>' )
|
$ulsTrigger = $( '<span>' ).addClass( 'uls-settings-trigger' );
|
||||||
.addClass( 'uls-settings-trigger' )
|
|
||||||
.attr( 'title', $.i18n( 'ext-uls-language-settings-title' ) );
|
|
||||||
// Append ULS cog to languages section, but make sure it is visible.
|
// Append ULS cog to languages section, but make sure it is visible.
|
||||||
$pLang.show().prepend( $ulsTrigger );
|
$pLang.show().prepend( $ulsTrigger );
|
||||||
// Take care of any other elements with this class.
|
// Take care of any other elements with this class.
|
||||||
|
|||||||
Reference in New Issue
Block a user