MattMcFarland/com.mattmcfarland.fontawesome

Remove icon bug

freshtemp opened this issue · 1 comments

I think there is a bug when trying to remove the icon for buttons.

In controllers/widget.js, line 282:

if (tag.title) tag.text = removeChars(tag.title);

should be

if (tag.title) tag.title = removeChars(tag.title);

Awesome widget, thanks for sharing!

Hi @freshtemp,

This fix has been committed. Thanks for the help!

· Jason