Remove duplicated usage of article "the"
Bug: T201491 Change-Id: Id6ee7ace11e7fbadd0323642c06021f89362e9f2
This commit is contained in:
@@ -339,7 +339,7 @@
|
|||||||
if ( parseInt( $parent.css( 'top' ), 10 ) ) {
|
if ( parseInt( $parent.css( 'top' ), 10 ) ) {
|
||||||
this.$menu.css( 'top', $parent.css( 'top' ) );
|
this.$menu.css( 'top', $parent.css( 'top' ) );
|
||||||
}
|
}
|
||||||
// If the ULS is shown in the the sidebar,
|
// If the ULS is shown in the sidebar,
|
||||||
// add a caret pointing to the icon
|
// add a caret pointing to the icon
|
||||||
if ( displaySettings.$parent.$window.hasClass( 'callout' ) ) {
|
if ( displaySettings.$parent.$window.hasClass( 'callout' ) ) {
|
||||||
this.$menu.addClass( 'callout callout--languageselection' );
|
this.$menu.addClass( 'callout callout--languageselection' );
|
||||||
|
|||||||
Reference in New Issue
Block a user