fail the toolbar from the application layer

This commit is contained in:
ansuz
2016-03-04 16:46:18 +01:00
parent d7b34cf6be
commit d2f4fbcee9

View File

@@ -161,6 +161,7 @@ define([
// stop the user from continuing to edit // stop the user from continuing to edit
setEditable(false); setEditable(false);
// TODO inform them that the session was torn down // TODO inform them that the session was torn down
toolbar.failed();
}; };
var realtimeOptions = { var realtimeOptions = {