Remove double space
Change-Id: I01098eb637bbfe6170901dae68d5ea0fe1570aa6
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
var $fontOption = $( "<option>" )
|
||||
.attr( "value", font ).text( font );
|
||||
$fontSelector.append( $fontOption );
|
||||
$fontOption.attr( 'selected', savedFont === font );
|
||||
$fontOption.attr( 'selected', savedFont === font );
|
||||
} );
|
||||
}
|
||||
var $systemFont = $( "<option>" ).val( 'system' ).text( 'System font' );
|
||||
@@ -216,6 +216,6 @@
|
||||
|
||||
// Register this module to language settings modules
|
||||
$.fn.languagesettings.modules = $.extend( $.fn.languagesettings.modules, {
|
||||
display: DisplaySettings
|
||||
display: DisplaySettings
|
||||
} );
|
||||
} ) ( jQuery );
|
||||
|
||||
Reference in New Issue
Block a user