mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
FIX: multisite CDN support for site customizations
This commit is contained in:
parent
0e0d8e79df
commit
43c3e6b47f
|
@ -144,7 +144,7 @@ class SiteCustomization < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def self.link_css_tag(href)
|
||||
# href = (GlobalSetting.cdn_url || "") + href
|
||||
href = (GlobalSetting.cdn_url || "") + "#{href}&__ws=#{Discourse.current_hostname}"
|
||||
%Q{<link class="custom-css" rel="stylesheet" href="#{href}" type="text/css" media="all">}.html_safe
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user