diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-24 10:18:00 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-24 10:18:00 -0700 |
commit | 3daa674543695403b6951ffef77430aa04b2dcf9 (patch) | |
tree | 63db58c6e513b3f60cf2b9e27f4c28f245dd309c /src/shell.html | |
parent | 0af1206e6be98c73262bdd83fcae0bb37b552713 (diff) |
make script tag async in shell.html
Diffstat (limited to 'src/shell.html')
-rw-r--r-- | src/shell.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.html b/src/shell.html index 22bc9de9..ff5f6e35 100644 --- a/src/shell.html +++ b/src/shell.html @@ -87,6 +87,6 @@ }; Module.setStatus('Downloading...'); </script> - <script type='text/javascript'>{{{ SCRIPT_CODE }}}</script> + <script async type='text/javascript'>{{{ SCRIPT_CODE }}}</script> </body> </html> |