mirror of
https://github.com/jech/galene.git
synced 2024-11-22 16:45:58 +01:00
Load toastify before its users.
This commit is contained in:
parent
66a721a55c
commit
abb8b70a0d
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/protocol.js" defer></script>
|
<script src="/protocol.js" defer></script>
|
||||||
<script src="/sfu.js" defer></script>
|
|
||||||
<script src="/scripts/toastify.js" defer></script>
|
<script src="/scripts/toastify.js" defer></script>
|
||||||
|
<script src="/sfu.js" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue