diff options
author | Maximilian Hils <git@maximilianhils.com> | 2014-09-13 23:05:12 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2014-09-13 23:05:12 +0200 |
commit | d2475e6a146534b5e7aaf2cc7b0b9a75e418415e (patch) | |
tree | 47f2ce48a1c03d8ca6414d92a78c764e25a16e3f /web/src/index.html | |
parent | 9bacb6d426a54882235b8d745dbf123c7958c887 (diff) | |
download | mitmproxy-d2475e6a146534b5e7aaf2cc7b0b9a75e418415e.tar.gz mitmproxy-d2475e6a146534b5e7aaf2cc7b0b9a75e418415e.tar.bz2 mitmproxy-d2475e6a146534b5e7aaf2cc7b0b9a75e418415e.zip |
web: start gui
Diffstat (limited to 'web/src/index.html')
-rw-r--r-- | web/src/index.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/web/src/index.html b/web/src/index.html index cf8cb85f..509ef1eb 100644 --- a/web/src/index.html +++ b/web/src/index.html @@ -8,14 +8,11 @@ <link rel="stylesheet" href="css/app.css"/> <script src="js/vendor.js"></script> <script src="js/app.js"></script> - <script> - $(function () { - mitmproxy.init(); - }); - </script> - </head> <body> <div id="mitmproxy"></div> </body> +<script> + app = React.renderComponent(routes, document.body); +</script> </html>
\ No newline at end of file |