Skip to content

Commit

Permalink
remove dsfr from map page #807
Browse files Browse the repository at this point in the history
  • Loading branch information
numew committed Oct 8, 2024
1 parent c8c51e8 commit 702520e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/base-back.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.css"/>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet-heat.min.js"></script>
{% else %}
<script src="{{ asset('build/dsfr/dsfr.module.min.js') }}"></script>
{% endif %}
<script src="{{ asset('build/dsfr/dsfr.module.min.js') }}"></script>
{% include 'common/analytics.html.twig' %}
</head>
<body>
Expand Down

0 comments on commit 702520e

Please sign in to comment.