Skip to content

Commit

Permalink
add the flex-objects js
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobm001 committed Apr 1, 2021
1 parent a193568 commit 8a05a52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/partials/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
{% block javascripts %}
{% do assets.addJs('jquery', 100) %}
{% do assets.addJS('theme://js/bootstrap.bundle.js', 99) %}
{% do assets.addJS('user://plugins/flex-objects/js/list.min.js') %}
{% endblock %}
{{ assets.js() }}

Expand All @@ -34,8 +35,6 @@

{% block body %}
<body class="d-flex flex-column h-100"></body>
<script src="http://localhost:8080/user/plugins/flex-objects/js/list.min.js"></script>

{% include 'partials/navigation.html.twig' %}

<main class="flex-shrink-0">
Expand Down

0 comments on commit 8a05a52

Please sign in to comment.