Typo fix asyc -> async

Typo fix asyc -> async
This commit is contained in:
Rarbg 2015-06-18 14:21:16 +03:00
parent f58aa5f78e
commit 4ceab7820f
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ permissions = {permissions}
show_loadingscreen = {show_loadingscreen}
server_url = '{server_url}'
</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>
</html>
</html>