Skip to content

Commit

Permalink
fix(fotrm): some icons may be not displayed
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jan 20, 2020
1 parent bb77c0e commit 8fc9587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/scripts.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ function buildTiles(list) {
if (item.type == 'form') {
forms.push(
'<div style="background-color: ' + item.background_color + '" class="plugin_formcreator_formTile '+item.type+' '+default_class+'" title="'+item.description+'">'
+ '<i class="fa ' + item.icon + '" style="color: ' + item.icon_color+ '"></i>'
+ '<i class="' + item.icon + '" style="color: ' + item.icon_color+ '"></i>'
+ '<a href="' + url + '" class="plugin_formcreator_formTile_title">'
+ item.name
+ '</a>'
Expand Down

0 comments on commit 8fc9587

Please sign in to comment.