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

autoSaveGap != 0 - есть автосэйв

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56720 954022d7-b5bf-4e40-9824-e11837661b57
parent 22c73f2a
......@@ -3536,7 +3536,7 @@ function CEditorPage(api)
oWordControl.m_oDrawingDocument.CheckTrackTable();
}
if (oWordControl.m_oApi.isAutoSave)
if (oWordControl.m_oApi.autoSaveGap != 0)
{
var _curTime = new Date().getTime();
if (-1 == oWordControl.m_nLastAutosaveTime)
......
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