don't call toolbar from within realtime-input.js

This commit is contained in:
ansuz 2016-03-04 16:45:11 +01:00
parent e8469ae1bb
commit d7b34cf6be

View file

@ -105,7 +105,6 @@ define([
// bind abort to onLeaving
var abort = function (socket, realtime) {
realtime.abort();
realtime.toolbar.failed();
try { socket._socket.close(); } catch (e) { warn(e); }
};