Commit b50a1a7a 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@67155 954022d7-b5bf-4e40-9824-e11837661b57
parent d1cfa1ee
......@@ -21,6 +21,7 @@
asc['spreadsheet_api'].prototype._OfflineAppDocumentEndLoad = function(_data)
{
g_oIdCounter.m_sUserId = window["AscDesktopEditor"]["CheckUserId"]();
if (_data == "")
{
this.sendEvent("asc_onError", c_oAscError.ID.ConvertationError, c_oAscError.Level.Critical);
......
......@@ -10,6 +10,7 @@ asc_docs_api.prototype._OfflineAppDocumentStartLoad = function()
};
asc_docs_api.prototype._OfflineAppDocumentEndLoad = function(_url, _data)
{
g_oIdCounter.m_sUserId = window["AscDesktopEditor"]["CheckUserId"]();
if (_data == "")
{
this.sendEvent("asc_onError", c_oAscError.ID.ConvertationError, c_oAscError.Level.Critical);
......
......@@ -10,6 +10,7 @@ asc_docs_api.prototype._OfflineAppDocumentStartLoad = function()
};
asc_docs_api.prototype._OfflineAppDocumentEndLoad = function(_url, _data)
{
g_oIdCounter.m_sUserId = window["AscDesktopEditor"]["CheckUserId"]();
if (_data == "")
{
this.sendEvent("asc_onError", c_oAscError.ID.ConvertationError, c_oAscError.Level.Critical);
......
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