diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-04-08 12:00:17 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-04-08 12:00:17 +1200 |
commit | b1d2da19f952ee677ec9c86d13ac2f28db824275 (patch) | |
tree | a0f918f377226535791fa092631c494f6611642e /libmproxy/web/static/app.js | |
parent | fb0a5d8f6383e689ccfbb498b0b3501dbdf712e2 (diff) | |
parent | 0aa2fca25aa5511c89653d876a39eec6e812e184 (diff) | |
download | mitmproxy-b1d2da19f952ee677ec9c86d13ac2f28db824275.tar.gz mitmproxy-b1d2da19f952ee677ec9c86d13ac2f28db824275.tar.bz2 mitmproxy-b1d2da19f952ee677ec9c86d13ac2f28db824275.zip |
Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy
Diffstat (limited to 'libmproxy/web/static/app.js')
-rw-r--r-- | libmproxy/web/static/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/web/static/app.js b/libmproxy/web/static/app.js index 24082b40..62cd8357 100644 --- a/libmproxy/web/static/app.js +++ b/libmproxy/web/static/app.js @@ -420,7 +420,7 @@ var FlowActions = { }); }, clear: function(){ - $.post("/flows/" + flow.id); + $.post("/clear"); } }; |