1
0
mirror of https://github.com/Luzifer/past3.git synced 2024-09-19 17:02:59 +00:00

Ensure loading order to prevent races

This commit is contained in:
Knut Ahlers 2017-01-15 14:50:17 +01:00
parent 58e3726c0a
commit 2ceaa676d9
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -195,7 +195,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.22.2/mode/meta.min.js"
integrity="sha256-Q7TtpA3J4bkPZpylepA+IKKsUn0lfkek+EPrddqC1Lo=" crossorigin="anonymous"></script>
<script src="https://apis.google.com/js/platform.js?onload=renderButton" async defer></script>
<script src="app.js"></script>
<script src="https://apis.google.com/js/platform.js?onload=renderButton" async defer></script>
</body>
</html>