From c380af68360abea870fa9cc2acbcf6e17b80ee21 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 12 Dec 2011 22:56:10 +0100 Subject: [PATCH] BUGFIX Including HTMLEditorConfig::include_js() in LeftAndMain instead of CMSMain for loading consistency. --- code/controllers/CMSMain.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/controllers/CMSMain.php b/code/controllers/CMSMain.php index 54ca14a9..7851f0cc 100644 --- a/code/controllers/CMSMain.php +++ b/code/controllers/CMSMain.php @@ -73,8 +73,6 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr ); Requirements::add_i18n_javascript(CMS_DIR . '/javascript/lang'); - HtmlEditorField::include_js(); - CMSBatchActionHandler::register('publish', 'CMSBatchAction_Publish'); CMSBatchActionHandler::register('unpublish', 'CMSBatchAction_Unpublish'); CMSBatchActionHandler::register('delete', 'CMSBatchAction_Delete');