mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00: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
@ -65,6 +65,12 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
|||||||
// For Gallery
|
// For Gallery
|
||||||
Requirements::javascript('gallery/javascript/GalleryPage_CMS.js');
|
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:
|
// HACK ALERT:
|
||||||
// We need a better way of including all of the CSS that *might* be used by this application.
|
// We need a better way of including all of the CSS that *might* be used by this application.
|
||||||
// Perhaps the ajax responses can include some instructions to go get more CSS / JavaScript?
|
// Perhaps the ajax responses can include some instructions to go get more CSS / JavaScript?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user