Typo fix asyc -> async
Typo fix asyc -> async
This commit is contained in:
parent
f58aa5f78e
commit
4ceab7820f
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ permissions = {permissions}
|
||||||
show_loadingscreen = {show_loadingscreen}
|
show_loadingscreen = {show_loadingscreen}
|
||||||
server_url = '{server_url}'
|
server_url = '{server_url}'
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="{server_url}/uimedia/all.js?rev={rev}" asyc></script>
|
<script type="text/javascript" src="{server_url}/uimedia/all.js?rev={rev}" async></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue