Merge pull request #4862 from russellshome/patch-2

Fix path to /thirdparty/jquery-ui-themes/smoothness/jquery-ui.css
This commit is contained in:
Damian Mooyman 2015-12-22 11:21:31 +13:00
commit 08e9908742

View File

@ -40,7 +40,7 @@ class ToggleCompositeField extends CompositeField {
Requirements::javascript(FRAMEWORK_DIR . '/thirdparty/jquery-entwine/dist/jquery.entwine-dist.js');
Requirements::javascript(FRAMEWORK_DIR . '/javascript/ToggleCompositeField.js');
Requirements::css(FRAMEWORK_DIR . '/thirdparty/jquery-ui-themes/smoothness/jquery.ui.css');
Requirements::css(FRAMEWORK_DIR . '/thirdparty/jquery-ui-themes/smoothness/jquery-ui.css');
$context = $this;