remove the second if (textLabel) { $label.html('' + textLabel + ''); }
@@ -81,10 +81,6 @@
if (icon) {
$label.html('<i class="icon ' + icon + '"></i>');
}
-
- if (textLabel) {
- $label.html('' + textLabel + '');
- }
if (textLabel) {
$label.html('' + textLabel + '');