1
0
Fork 0
mirror of https://github.com/Luzifer/past3.git synced 2024-11-10 00:40:00 +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" <script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.22.2/mode/meta.min.js"
integrity="sha256-Q7TtpA3J4bkPZpylepA+IKKsUn0lfkek+EPrddqC1Lo=" crossorigin="anonymous"></script> 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="app.js"></script>
<script src="https://apis.google.com/js/platform.js?onload=renderButton" async defer></script>
</body> </body>
</html> </html>