Commit 0a86708e authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix local open

parent 7db04257
...@@ -58,12 +58,9 @@ var c_oAscError = Asc.c_oAscError; ...@@ -58,12 +58,9 @@ var c_oAscError = Asc.c_oAscError;
this.sendEvent("asc_onError", c_oAscError.ID.ConvertationError, c_oAscError.Level.Critical); this.sendEvent("asc_onError", c_oAscError.ID.ConvertationError, c_oAscError.Level.Critical);
return; return;
} }
if (true) this.openDocument(_data);
{ AscCommon.History.UserSaveMode = true;
this._startOpenDocument(_data);
AscCommon.History.UserSaveMode = true;
}
DesktopOfflineUpdateLocalName(this); DesktopOfflineUpdateLocalName(this);
......
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