Merge branch '3.4' into 3

This commit is contained in:
Daniel Hensby 2016-07-25 11:46:06 +01:00
commit 7391ba6229
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E

View File

@ -387,6 +387,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');