diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-10-23 18:36:32 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-10-23 19:06:55 -0700 |
commit | 50ee300ffabb6c5e5c6a2d4b4762343822ea1dc2 (patch) | |
tree | cecf230c59b70e5ab63e6d3963bcdbaeb742ba6e /src | |
parent | 6d125fcc3e6ca573a337b7a5a0897cdc0a638f3c (diff) |
write out html and side js when html output is requested, to improve page load times
Diffstat (limited to 'src')
-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 ff5f6e35..a33735d9 100644 --- a/src/shell.html +++ b/src/shell.html @@ -87,6 +87,6 @@ }; Module.setStatus('Downloading...'); </script> - <script async type='text/javascript'>{{{ SCRIPT_CODE }}}</script> + {{{ SCRIPT }}} </body> </html> |