tab icons correction

This commit is contained in:
David Benqué
2019-11-21 13:03:40 +00:00
parent 8a11cf9b38
commit fae0a930e3
2 changed files with 4 additions and 4 deletions

View File

@@ -192,7 +192,7 @@ define([
var content = h('div.alertify-tabs-content', tab.content);
var title = h('span.alertify-tabs-title', tab.title);
if (tab.icon) {
var icon = h('i', {class: 'fa ' + tab.icon});
var icon = h('i', {class: tab.icon});
$(title).prepend(' ').prepend(icon);
};
$(title).click(function () {