Skip to content

Commit 8fc9587

Browse files
committed
fix(fotrm): some icons may be not displayed
Signed-off-by: Thierry Bugier <[email protected]>
1 parent bb77c0e commit 8fc9587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/scripts.js.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ function buildTiles(list) {
411411
if (item.type == 'form') {
412412
forms.push(
413413
'<div style="background-color: ' + item.background_color + '" class="plugin_formcreator_formTile '+item.type+' '+default_class+'" title="'+item.description+'">'
414-
+ '<i class="fa ' + item.icon + '" style="color: ' + item.icon_color+ '"></i>'
414+
+ '<i class="' + item.icon + '" style="color: ' + item.icon_color+ '"></i>'
415415
+ '<a href="' + url + '" class="plugin_formcreator_formTile_title">'
416416
+ item.name
417417
+ '</a>'

0 commit comments

Comments
 (0)