Skip to content

Commit

Permalink
load all icons in icon picker
Browse files Browse the repository at this point in the history
  • Loading branch information
ufundo committed Jul 30, 2024
1 parent 5076dab commit 5d78f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery/jquery.crmIconPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
function loadIcons() {
if (!loaded) {
loaded = $.Deferred();
CRM.$.get(CRM.config.resourceBase + 'bower_components/font-awesome/css/fontawesome.css').done(function(data) {
CRM.$.get(CRM.config.resourceBase + 'bower_components/font-awesome/css/all.css').done(function(data) {
var match,
regex = /\.(fa-[-a-zA-Z0-9]+)::before {/g;
while((match = regex.exec(data)) !== null) {
Expand Down

0 comments on commit 5d78f2f

Please sign in to comment.