mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Add back the lines deleted in r41205
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41420 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
1bd7dce68a
commit
0538bc2595
@ -64,6 +64,12 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
||||
|
||||
// For Gallery
|
||||
Requirements::javascript('gallery/javascript/GalleryPage_CMS.js');
|
||||
|
||||
Requirements::themedCSS('typography');
|
||||
|
||||
// For Widgets
|
||||
Requirements::css('cms/css/WidgetAreaEditor.css');
|
||||
Requirements::javascript('cms/javascript/WidgetAreaEditor.js');
|
||||
|
||||
// HACK ALERT:
|
||||
// We need a better way of including all of the CSS that *might* be used by this application.
|
||||
|
Loading…
Reference in New Issue
Block a user