You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A silly but useful for my case workaround was to put $('.fa-remove').removeClass('fa-remove').addClass('fa-times'); on the (click) event of the dom element inline-editor
Dear,
I saw the missing fa-remove icon in font-awesome version 4, this has been rename to fa-times.
Please update this to support new fa version.
The text was updated successfully, but these errors were encountered: