Avoid a bit of confusing code duplication in .js code
Change-Id: I0cd203e3b2f7ad2be873b92325b80cde462124a5
This commit is contained in:
@@ -481,8 +481,7 @@
|
||||
// uls-ui-font-selector-label
|
||||
// uls-content-font-selector-label
|
||||
$fontLabel = this.$template.find( '#' + target + '-font-selector-label' );
|
||||
$fontLabel.empty();
|
||||
$fontLabel.append( $( '<strong>' ) );
|
||||
$fontLabel.empty().append( $( '<strong>' ) );
|
||||
|
||||
// Possible messages:
|
||||
// ext-uls-webfonts-select-for-ui-info
|
||||
|
||||
Reference in New Issue
Block a user