mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Fix incorrect optimization in SvgSprite take 2.
Follow-up to 0700e9382d
This commit is contained in:
@@ -459,8 +459,6 @@ License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL
|
||||
end
|
||||
|
||||
def self.custom_icons(theme_ids)
|
||||
return [] if theme_ids.blank?
|
||||
|
||||
# Automatically register icons in sprites added via themes or plugins
|
||||
icons = []
|
||||
custom_svg_sprites(theme_ids).each do |fname|
|
||||
|
||||
Reference in New Issue
Block a user