diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-04-08 00:20:37 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-04-08 00:20:37 +0200 |
commit | e7b154c823af60c1aaf008858c637621ca562895 (patch) | |
tree | 9380432f9022389a814fe76a363d0d6dd6838329 /web/src | |
parent | 2242c671fd53a5a5a864bcdc085a2207018fd5f0 (diff) | |
parent | b961f9e599453a6116b9b2dffb73dc5b45917f80 (diff) | |
download | mitmproxy-e7b154c823af60c1aaf008858c637621ca562895.tar.gz mitmproxy-e7b154c823af60c1aaf008858c637621ca562895.tar.bz2 mitmproxy-e7b154c823af60c1aaf008858c637621ca562895.zip |
Merge branch 'master' of github.com:mitmproxy/mitmproxy
Diffstat (limited to 'web/src')
-rw-r--r-- | web/src/js/actions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/actions.js b/web/src/js/actions.js index 32c3c7c0..2455a52e 100644 --- a/web/src/js/actions.js +++ b/web/src/js/actions.js @@ -116,7 +116,7 @@ var FlowActions = { }); }, clear: function(){ - $.post("/flows/" + flow.id); + $.post("/clear"); } }; |