diff --git a/code/CMSMain.php b/code/CMSMain.php index fa35150b..687a87ff 100644 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -67,7 +67,8 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr Requirements::themedCSS('typography'); // For Blog - Requirements::css("blog/css/WidgetAreaField.css"); + Requirements::css("blog/css/WidgetAreaEditor.css"); + Requirements::javascript("blog/javascript/WidgetAreaEditor.js"); // HACK ALERT: // We need a better way of including all of the CSS that *might* be used by this application.