Commit a82c4672 authored by Alexander.Trofimov's avatar Alexander.Trofimov

check offline app

parent f75370f2
...@@ -137,7 +137,7 @@ baseEditorsApi.prototype._init = function() { ...@@ -137,7 +137,7 @@ baseEditorsApi.prototype._init = function() {
AscCommon.loadSdk(this._editorNameById(), function() { AscCommon.loadSdk(this._editorNameById(), function() {
t.isLoadFullApi = true; t.isLoadFullApi = true;
if (offlineMode === t.documentUrl) { if (t.DocInfo.get_OfflineApp()) {
t._OfflineAppDocumentStartLoad(); t._OfflineAppDocumentStartLoad();
} }
......
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