Commit dc0d37a6 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

indexuser приходит всегда

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61427 954022d7-b5bf-4e40-9824-e11837661b57
parent 3b363e83
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
this.saveLockCallbackErrorTimeOutId = null; this.saveLockCallbackErrorTimeOutId = null;
this.saveCallbackErrorTimeOutId = null; this.saveCallbackErrorTimeOutId = null;
this._id = ""; this._id = "";
this._indexuser = 0; this._indexuser = -1;
// Если пользователей больше 1, то совместно редактируем // Если пользователей больше 1, то совместно редактируем
this.isCoAuthoring = false; this.isCoAuthoring = false;
// Мы сами отключились от совместного редактирования // Мы сами отключились от совместного редактирования
...@@ -820,9 +820,7 @@ ...@@ -820,9 +820,7 @@
this._onAuthParticipantsChanged(data['participants']); this._onAuthParticipantsChanged(data['participants']);
if (data.hasOwnProperty('indexUser')) this._onSetIndexUser(this._indexuser = data['indexUser']);
this._onSetIndexUser(this._indexuser = data['indexUser']);
this._userId = this._user.asc_getId() + this._indexuser; this._userId = this._user.asc_getId() + this._indexuser;
if (data["messages"] && this.onMessage) { if (data["messages"] && this.onMessage) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment