[web] Import static.js in index.html

This is necessary after we introducing the static mode, or it will raise
an "undefined" exception.
This commit is contained in:
Matthew Shao 2017-08-10 14:37:19 +08:00
parent bb0ab45348
commit 3976ea0158

View File

@ -7,6 +7,7 @@
<link rel="stylesheet" href="/static/vendor.css"/>
<link rel="stylesheet" href="/static/app.css"/>
<link rel="icon" href="/static/images/favicon.ico" type="image/x-icon"/>
<script src="/static/static.js"></script>
<script src="/static/vendor.js"></script>
<script src="/static/app.js"></script>
</head>