From cf544318ae7b59711f64166fe765c93ec8fb42c1 Mon Sep 17 00:00:00 2001 From: Clemens Date: Wed, 1 Jun 2016 23:12:09 +0200 Subject: basic file up and download working --- web/src/js/store/store.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/src/js') diff --git a/web/src/js/store/store.js b/web/src/js/store/store.js index e41b2eef..4c4478d9 100644 --- a/web/src/js/store/store.js +++ b/web/src/js/store/store.js @@ -118,7 +118,8 @@ _.extend(LiveStoreMixin.prototype, { this.handle_fetch(message.data); }.bind(this)) .fail(function () { - EventLogActions.add_event("Could not fetch " + this.type); + //EventLogActions.add_event("Could not fetch " + this.type); + console.log("Could not fetch " + this.type); // store.js:121 Uncaught ReferenceError: EventLogActions is not defined }.bind(this)); } }, -- cgit v1.2.3