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
|
end
|
||||||
|
|
||||||
def self.link_css_tag(href)
|
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
|
%Q{<link class="custom-css" rel="stylesheet" href="#{href}" type="text/css" media="all">}.html_safe
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue