diff --git a/js/jquery/jquery.crmIconPicker.js b/js/jquery/jquery.crmIconPicker.js index e1526e290703..9f7b70d2809b 100644 --- a/js/jquery/jquery.crmIconPicker.js +++ b/js/jquery/jquery.crmIconPicker.js @@ -72,7 +72,7 @@ $.each(icons, function(i, icon) { if (!term.length || icon.replace(/-/g, '').indexOf(term) > -1) { var item = $('').button({ - icons: {primary: icon + ' ' + $style.val()} + icons: {primary: 'crm-i ' + icon + ' ' + $style.val()} }); $place.append(item); }