diff --git a/app/models/site_customization.rb b/app/models/site_customization.rb index 3fc88df7d3..b39230d4eb 100644 --- a/app/models/site_customization.rb +++ b/app/models/site_customization.rb @@ -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 %Q{}.html_safe end end