mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUG Fix regression in missing require_js from #4259
This commit is contained in:
parent
cf247534d5
commit
9c7c7f6aa9
@ -379,6 +379,8 @@ class LeftAndMain extends Controller implements PermissionProvider {
|
||||
Requirements::javascript(THIRDPARTY_DIR . '/jquery-entwine/src/jquery.entwine.inspector.js');
|
||||
}
|
||||
|
||||
HtmlEditorConfig::require_js();
|
||||
|
||||
Requirements::css(FRAMEWORK_ADMIN_DIR . '/thirdparty/jquery-notice/jquery.notice.css');
|
||||
Requirements::css(THIRDPARTY_DIR . '/jquery-ui-themes/smoothness/jquery-ui.css');
|
||||
Requirements::css(FRAMEWORK_ADMIN_DIR .'/thirdparty/chosen/chosen/chosen.css');
|
||||
|
Loading…
Reference in New Issue
Block a user