Fixed toastHandler script-tag in frontend

This commit is contained in:
Leon Meier 2023-05-21 00:59:37 +02:00
parent 037d03cc50
commit 4145dafb7d

View File

@ -12,7 +12,7 @@
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<script src="/js/handleColorMode.js"></script>
<script src="/js/normalizeToast.js"></script>
<script src="/js/toastHandler.js"></script>
<script src="/static/jquery/dist/jquery.min.js"></script>
<script src="/js/toastHandler.js"></script>
<link href="/static/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />