From a888b12ad13ac9647490178e56b49b19f130eb40 Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Thu, 28 Feb 2019 12:31:28 +0000 Subject: [PATCH] Make TinyMCE Prism integration use full CSS path --- gui/app/components/section/wysiwyg/type-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/app/components/section/wysiwyg/type-editor.js b/gui/app/components/section/wysiwyg/type-editor.js index afff25e8..f4ed4196 100644 --- a/gui/app/components/section/wysiwyg/type-editor.js +++ b/gui/app/components/section/wysiwyg/type-editor.js @@ -62,7 +62,7 @@ export default Component.extend({ inline: 'i' } }, - codesample_content_css: '//' + window.location.host + '/prism.css', + codesample_content_css: '//' + window.location.host + '/prism/prism.css', codesample_languages: [ { text: 'ASP.NET (C#)', value: 'aspnet' }, { text: 'C', value: 'c' },