Remove duplicated usage of article "the"

Bug: T201491
Change-Id: Id6ee7ace11e7fbadd0323642c06021f89362e9f2
This commit is contained in:
petarpetkovic
2018-08-08 14:36:33 +02:00
parent bd25960e31
commit 134c9b134f

View File

@@ -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' );