Upgrade Font Awesome to 5.6.3
This commit is contained in:
@@ -226,10 +226,11 @@ function setElem(aoAnchor, asPath, oValue)
|
||||
}
|
||||
}
|
||||
|
||||
$.prototype.addIcon = function(sIcon, bMargin)
|
||||
$.prototype.addIcon = function(sIcon, bMargin, sStyle)
|
||||
{
|
||||
bMargin = bMargin || false;
|
||||
return $(this).prepend($('<i>', {'class':'fa '+sIcon+(bMargin?' push':'')}));
|
||||
sStyle = sStyle || '';
|
||||
return $(this).prepend($('<i>', {'class':'fa'+sStyle+' '+sIcon+(bMargin?' push':'')}));
|
||||
};
|
||||
|
||||
$.prototype.defaultVal = function(sDefaultValue)
|
||||
|
||||
Reference in New Issue
Block a user