BUGFIX Including HTMLEditorConfig::include_js() in LeftAndMain instead of CMSMain for loading consistency.

This commit is contained in:
Ingo Schommer 2011-12-12 22:56:10 +01:00
parent a37ea52a86
commit c380af6836

View File

@ -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');