From d7befb3c426c72c8c41827865c18f151211af648 Mon Sep 17 00:00:00 2001 From: Hannes Morgenstern Date: Mon, 3 Sep 2018 22:58:24 +0200 Subject: [PATCH] Content-Type of this File has to be "application/javascript" otherwise Chrome will not execute the script because of strict MIME type checking --- assets/components/tinymce/template.list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/components/tinymce/template.list.php b/assets/components/tinymce/template.list.php index 008bb51..a78a825 100644 --- a/assets/components/tinymce/template.list.php +++ b/assets/components/tinymce/template.list.php @@ -2,6 +2,7 @@ /** * @package tinymce */ +header("Content-type: application/javascript"); require dirname(__FILE__).'/connector.php'; $templates = $modx->tinymce->getTemplateList();