1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-10 02:35:58 +01:00

Load toastify before its users.

This commit is contained in:
Juliusz Chroboczek 2020-09-12 18:31:04 +02:00
parent 66a721a55c
commit abb8b70a0d

View file

@ -180,7 +180,7 @@
</div>
<script src="/protocol.js" defer></script>
<script src="/sfu.js" defer></script>
<script src="/scripts/toastify.js" defer></script>
<script src="/sfu.js" defer></script>
</body>
</html>