Commit 996f64ed authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

нет автосейва, пока крутяшок

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60341 954022d7-b5bf-4e40-9824-e11837661b57
parent da64bc3a
...@@ -3018,7 +3018,7 @@ function CEditorPage(api) ...@@ -3018,7 +3018,7 @@ function CEditorPage(api)
{ {
var _interval = (CollaborativeEditing.m_nUseType <= 0) ? oWordControl.m_nIntervalSlowAutosave : oWordControl.m_nIntervalFastAutosave; var _interval = (CollaborativeEditing.m_nUseType <= 0) ? oWordControl.m_nIntervalSlowAutosave : oWordControl.m_nIntervalFastAutosave;
if ((_curTime - oWordControl.m_nLastAutosaveTime) > _interval && !oWordControl.m_oDrawingDocument.TransitionSlide.IsPlaying()) if ((_curTime - oWordControl.m_nLastAutosaveTime) > _interval && !oWordControl.m_oDrawingDocument.TransitionSlide.IsPlaying() && !oWordControl.m_oApi.IsLongIteration)
{ {
if (History.Have_Changes() == true) if (History.Have_Changes() == true)
{ {
......
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