diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2014-11-29 03:25:07 +0100 |
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2014-11-29 03:25:07 +0100 |
| commit | 096a3af273ccb309820351b466e62382f62a2c36 (patch) | |
| tree | 10c76e76a77f5531466e276ac56f79b15b2a8ada /web/src/js/stores | |
| parent | f6c0e000da504a68ecd41a8f7ce59e2f71e0a218 (diff) | |
| download | mitmproxy-096a3af273ccb309820351b466e62382f62a2c36.tar.gz mitmproxy-096a3af273ccb309820351b466e62382f62a2c36.tar.bz2 mitmproxy-096a3af273ccb309820351b466e62382f62a2c36.zip | |
web: various improvements
Diffstat (limited to 'web/src/js/stores')
| -rw-r--r-- | web/src/js/stores/flowstore.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/stores/flowstore.js b/web/src/js/stores/flowstore.js index c3231c24..1034bd53 100644 --- a/web/src/js/stores/flowstore.js +++ b/web/src/js/stores/flowstore.js @@ -93,7 +93,7 @@ _.extend(LiveFlowStore.prototype, FlowStore.prototype, { }, handle_fetch: function (data) { this._fetchxhr = false; - console.log("Flows fetched."); + console.log("Flows fetched.", this.updates_before_fetch); this.reset(data.flows); var updates = this.updates_before_fetch; this.updates_before_fetch = false; |
