Commit b4007ceb authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Изменен интервал сохранения при быстром совместном редактировании.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65295 954022d7-b5bf-4e40-9824-e11837661b57
parent 6f360803
......@@ -2233,9 +2233,11 @@ function OnSave_Callback(e) {
// Отключаемся от сохранения, соединение потеряно
editor.canSave = true;
} else {
var TimeoutInterval = (true === CollaborativeEditing.Is_Fast() ? 1 : 1000);
setTimeout(function () {
editor.CoAuthoringApi.askSaveChanges(OnSave_Callback);
}, 1000);
}, TimeoutInterval);
}
}
}
......
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