Skip to content

Commit

Permalink
Fix issue when removing a color after Set default
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Jovanov committed Dec 2, 2019
1 parent fb5c2c4 commit fa7e2da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ckan.module('visualize-colors-settings-reset', function($) {
.replace(new RegExp('\\$color\\$', 'g'), color)
);
});
window.ckan.module.initializeElement(colorsContainer[0]);
});
}
};
Expand Down

0 comments on commit fa7e2da

Please sign in to comment.