Merge branch 'master' of github.com:xwiki-labs/cryptpad

This commit is contained in:
ansuz
2016-08-25 17:59:37 +02:00
3 changed files with 25 additions and 3 deletions

View File

@@ -224,10 +224,11 @@ define([
return {
failed: function () {
connected = false;
userListElement.textContent = '';
userListElement.textContent = 'Disconnected';
lagElement.textContent = '';
},
reconnecting: function () {
reconnecting: function (userId) {
myUserName = userId;
connected = false;
userListElement.textContent = Messages.reconnecting;
lagElement.textContent = '';