Commit 4049637a authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix local open

parent e1d60b2e
...@@ -34,12 +34,9 @@ var c_oAscError = Asc.c_oAscError; ...@@ -34,12 +34,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