Skip to content

Commit

Permalink
Dev: uneccesary options inheritance removed
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Aug 9, 2018
1 parent c4c7eac commit 099b74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/survey/fruity/options/options.twig
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
{{ registerPackage('font-lato') }}
{{ registerPackage('font-websafe') }}

{{registerTemplateScript(optionsPath ~ '/spectrum.js')}}
{{registerTemplateCssFile(optionsPath ~ '/spectrum.css')}}
{{registerScriptFile(optionsPath ~ '/spectrum.js')}}
{{registerCssFile(optionsPath ~ '/spectrum.css')}}

{# The animation options are pulled from animate.css #}
{% set animationOptions = '' %}
Expand Down

0 comments on commit 099b74d

Please sign in to comment.