Commit 0ce27d3e authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

убран ивент на сохранение asc_onSaveUrl

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56424 954022d7-b5bf-4e40-9824-e11837661b57
parent 825be6f6
......@@ -1906,7 +1906,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
// Если не автосохранение, то продолжаем показывать Block-сообщение
if (!this.isAutoSave)
this.asc_StartAction(c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.Save);
this.asc_processSavedFile("", true);
this.asc_OnSaveEnd(true);
} else {
nState = t.CoAuthoringApi.get_state();
if (3 === nState) {
......
......@@ -1822,7 +1822,7 @@ asc_docs_api.prototype.onSaveCallback = function (e) {
// Если не автосохранение, то продолжаем показывать Block-сообщение
if (!t.isAutoSave)
t.sync_StartAction(c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.Save);
editor.processSavedFile("", true);
t.asc_OnSaveEnd(true);
} else {
nState = t.CoAuthoringApi.get_state();
if (3 === nState) {
......
......@@ -2739,7 +2739,7 @@ function OnSave_Callback(e)
// Если не автосохранение, то продолжаем показывать Block-сообщение
if (!editor.isAutoSave)
editor.sync_StartAction(c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.Save);
editor.processSavedFile("", true);
editor.asc_OnSaveEnd(true);
} else {
nState = editor.CoAuthoringApi.get_state();
if (3 === nState) {
......
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