Fix path to /thirdparty/jquery-ui-themes/smoothness/jquery-ui.css

This commit is contained in:
Russell 2015-12-22 10:45:01 +13:00
parent 880a3ef0ab
commit 4d047e5cb7

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;