app/views/layouts/comfy/admin/cms/_head.html.haml in cms-fortress-1.3.12 vs app/views/layouts/comfy/admin/cms/_head.html.haml in cms-fortress-1.3.13
- old
+ new
@@ -14,16 +14,16 @@
= javascript_include_tag 'cms/fortress/media', 'data-turbolinks-track' => true
- unless default_theme?
= javascript_include_tag "cms/fortress/themes/#{ theme_name }"
- - if @site && @site.persisted? && !settings.use_tinymce
+ - if @site && @site.persisted?
:javascript
CMS.file_upload_path = '#{comfy_admin_cms_site_files_path(@site)}';
CMS.pages_path = '#{comfy_admin_cms_site_pages_path(@site)}';
CMS.locale = '#{I18n.locale}';
= yield :head
- = render 'comfy/admin/cms/partials/html_head'
\ No newline at end of file
+ = render 'comfy/admin/cms/partials/html_head'