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

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47052 954022d7-b5bf-4e40-9824-e11837661b57
parent 79a9af18
...@@ -5935,7 +5935,7 @@ asc_docs_api.prototype.OnHandleMessage = function(event) ...@@ -5935,7 +5935,7 @@ asc_docs_api.prototype.OnHandleMessage = function(event)
if(c_oAscServerError.NoError == data.error) if(c_oAscServerError.NoError == data.error)
this.AddImageUrl(data.url); this.AddImageUrl(data.url);
else else
t.sync_ErrorCallback(_mapAscServerErrorToAscError(data.error), c_oAscError.Level.NoCritical); this.sync_ErrorCallback(_mapAscServerErrorToAscError(data.error), c_oAscError.Level.NoCritical);
} }
} }
} }
......
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