Async AND defer is apparently a bad idea.

This commit is contained in:
Rasmus Kaj 2017-12-11 22:07:51 +01:00
parent 9f628edd87
commit 4471f9e083

View File

@ -18,7 +18,7 @@
async defer onload="rpadmin()"> async defer onload="rpadmin()">
</script> </script>
} }
<script src="/static/@ux_js.name" type="text/javascript" async defer> <script src="/static/@ux_js.name" type="text/javascript" defer>
</script> </script>
</head> </head>
<body> <body>