Commit e8955d8a authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Состояние привязываем к изменениям в документе.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50724 954022d7-b5bf-4e40-9824-e11837661b57
parent 132b91fd
......@@ -1236,7 +1236,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
var rData = {
"docId": oThis.DocInfo.Id,
"clientId": oThis.DocInfo.UserId,
"isAlive": 1
"isAlive": oThis.asc_isDocumentModified()
};
var _OnTrackingTimer = function(){
......
......@@ -4716,7 +4716,7 @@ asc_docs_api.prototype._StartTracking = function ()
var rData = {
"docId": t.DocInfo.get_Id(),
"clientId": t.DocInfo.get_UserId(),
"isAlive": 1
"isAlive": t.isDocumentModified()
};
sendTrack( t, function(){
......
......@@ -6653,7 +6653,7 @@ asc_docs_api.prototype._StartTracking = function ()
var rData = {
"docId": t.DocInfo.get_Id(),
"clientId": t.DocInfo.get_UserId(),
"isAlive": 1
"isAlive": t.isDocumentModified()
};
sendTrack( t, function(){
......
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