aboutsummaryrefslogtreecommitdiffstats
path: root/web/src
diff options
context:
space:
mode:
authorMatthew Shao <me@matshao.com>2017-08-07 10:53:13 +0800
committerMatthew Shao <me@matshao.com>2017-08-07 10:53:13 +0800
commit27f4c6d394f611b2b975a99751a306e09d17d68c (patch)
treea56b3091d0503134393f4bbc71ecf0ce995427b8 /web/src
parentf844c68e2ec6b9daedc376f75ae0a4e09a4ac22c (diff)
downloadmitmproxy-27f4c6d394f611b2b975a99751a306e09d17d68c.tar.gz
mitmproxy-27f4c6d394f611b2b975a99751a306e09d17d68c.tar.bz2
mitmproxy-27f4c6d394f611b2b975a99751a306e09d17d68c.zip
[web] Add static.js to index.html, containing MITMWEB_STATIC var.
Diffstat (limited to 'web/src')
-rw-r--r--web/src/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/src/templates/index.html b/web/src/templates/index.html
index db9d2ecb..d2d01776 100644
--- a/web/src/templates/index.html
+++ b/web/src/templates/index.html
@@ -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>