mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
DEV: Fix incorrect optimization in SvgSprite take 2.
Follow-up to 0700e9382d551e4948b493e1219f3119e52bcae4
This commit is contained in:
parent
ca9e0ee40b
commit
4390b50b12
@ -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|
|
||||
|
Loading…
x
Reference in New Issue
Block a user