mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
FIx BBCodeHelp link in CMS
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.1.1@43570 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
367f229897
commit
02959c9cda
@ -70,6 +70,9 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
||||
// For Widgets
|
||||
Requirements::css('cms/css/WidgetAreaEditor.css');
|
||||
Requirements::javascript('cms/javascript/WidgetAreaEditor.js');
|
||||
|
||||
// For Blog
|
||||
Requirements::javascript('blog/javascript/bbcodehelp.js');
|
||||
|
||||
// HACK ALERT:
|
||||
// We need a better way of including all of the CSS that *might* be used by this application.
|
||||
|
Loading…
x
Reference in New Issue
Block a user