From 91ec5e129433ab85419b50ee83396582dd124dd1 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 18 May 2015 15:15:20 -0700 Subject: [PATCH] CRM-16354 - Civi/Angular - Don't load ckeditor from "packages" It's now loaded on all pages via Resources::coreResourceList(). The old references produces a warning in dev console. --- Civi/Angular/Page/Main.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Civi/Angular/Page/Main.php b/Civi/Angular/Page/Main.php index feff8c441a..344936fa35 100644 --- a/Civi/Angular/Page/Main.php +++ b/Civi/Angular/Page/Main.php @@ -79,9 +79,6 @@ class Main extends \CRM_Core_Page { $this->res->addScriptFile('civicrm', 'bower_components/angular/angular.min.js', 100, 'html-header', FALSE); - // FIXME: crmUi depends on loading ckeditor, but ckeditor doesn't work with this aggregation. - $this->res->addScriptFile('civicrm', 'packages/ckeditor/ckeditor.js', 100, 'page-header', FALSE); - $headOffset = 0; $config = \CRM_Core_Config::singleton(); if ($config->debug) { -- 2.25.1