Skip to content

Commit

Permalink
twig fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-gardener committed Jan 30, 2024
1 parent 6dd61e6 commit 656311a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="stylesheet" href="{{ asset_prefix|default('') ~ asset('css/base.css') }}" />

<script src="{{ asset_prefix|default('') ~ asset('node_modules/jquery/dist/jquery.min.js') }}"></script>
<script src='{{ asset_prefix|default('') ~ asset('node_modules/jquery-ui-dist/jquery-ui.min.js') }}'></script>
<script src="{{ asset_prefix|default('') ~ asset('node_modules/jquery-ui-dist/jquery-ui.min.js') }}"></script>
<script src="{{ asset_prefix|default('') ~ asset('node_modules/select2/dist/js/select2.full.min.js') }}"></script>
<script src="{{ asset_prefix|default('') ~ asset('bundles/tetranzselect2entity/js/select2entity.js') }}"></script>
<script src="{{ asset_prefix|default('') ~ asset('node_modules/symfony-collection/jquery.collection.js') }}"></script>
Expand Down

0 comments on commit 656311a

Please sign in to comment.