Commit d322d433 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@50671 954022d7-b5bf-4e40-9824-e11837661b57
parent 747fccd6
......@@ -842,7 +842,7 @@ asc_docs_api.prototype.asc_getEditorPermissionsCallback = function(incomeObject)
if(undefined != oSettings['TrackingInterval'] &&
null != oSettings['TrackingInterval'])
editor.TrackingInterval = oSettings['TrackingInterval'] * 10;
editor.TrackingInterval = oSettings['TrackingInterval'] * 1000;
editor._StartTracking();
}
......
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