Fixed toastHandler script-tag in frontend
This commit is contained in:
parent
037d03cc50
commit
4145dafb7d
@ -12,7 +12,7 @@
|
|||||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
||||||
|
|
||||||
<script src="/js/handleColorMode.js"></script>
|
<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="/static/jquery/dist/jquery.min.js"></script>
|
||||||
<script src="/js/toastHandler.js"></script>
|
<script src="/js/toastHandler.js"></script>
|
||||||
<link href="/static/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
|
<link href="/static/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
Loading…
Reference in New Issue
Block a user