Skip to content

Commit

Permalink
Fixed sliderfield.css letter case
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMartinGonzo authored Sep 6, 2018
1 parent a1146c6 commit a856729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/SliderField.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function Field($properties = array())
{
Requirements::javascript('silverstripe/admin: thirdparty/jquery-ui/jquery-ui.js');
Requirements::javascript('tractorcow/silverstripe-sliderfield:client/dist/js/sliderfield.js');
Requirements::css('tractorcow/silverstripe-sliderfield:client/dist/styles/SliderField.css');
Requirements::css('tractorcow/silverstripe-sliderfield:client/dist/styles/sliderfield.css');
return parent::Field($properties);
}

Expand Down

0 comments on commit a856729

Please sign in to comment.