Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
f75370f2
Commit
f75370f2
authored
May 10, 2016
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
_OfflineAppDocumentStartLoad() after load sdk-all
parent
5b49f338
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
common/apiBase.js
common/apiBase.js
+5
-1
No files found.
common/apiBase.js
View file @
f75370f2
...
...
@@ -136,6 +136,11 @@ baseEditorsApi.prototype._init = function() {
AscCommon
.
loadSdk
(
this
.
_editorNameById
(),
function
()
{
t
.
isLoadFullApi
=
true
;
if
(
offlineMode
===
t
.
documentUrl
)
{
t
.
_OfflineAppDocumentStartLoad
();
}
t
.
_onEndLoadSdk
();
t
.
onEndLoadFile
(
null
);
});
...
...
@@ -312,7 +317,6 @@ baseEditorsApi.prototype.asc_LoadDocument = function(isVersionHistory) {
if
(
offlineMode
===
this
.
documentUrl
)
{
this
.
documentUrl
=
'
/sdkjs/
'
+
this
.
_editorNameById
()
+
'
/document/
'
;
this
.
DocInfo
.
asc_putOfflineApp
(
true
);
this
.
_OfflineAppDocumentStartLoad
();
}
};
baseEditorsApi
.
prototype
.
_OfflineAppDocumentStartLoad
=
function
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment