basic file up and download working

This commit is contained in:
Clemens 2016-06-01 23:12:09 +02:00 committed by Maximilian Hils
parent dfc033ab5f
commit cf544318ae
1 changed files with 2 additions and 1 deletions

View File

@ -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));
}
},