mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Temp fix: Don't use CDN for customizations
This commit is contained in:
parent
7b9768aa7f
commit
a33461d1c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
%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 a new issue