Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
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
web-apps
Commits
02489014
Commit
02489014
authored
Sep 25, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed appReady api event.
parent
0e9e74f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
apps/api/documents/api.js
apps/api/documents/api.js
+1
-0
apps/common/Gateway.js
apps/common/Gateway.js
+0
-1
No files found.
apps/api/documents/api.js
View file @
02489014
...
...
@@ -190,6 +190,7 @@
_config
.
frameEditorId
=
placeholderId
;
_config
.
events
&&
!!
_config
.
events
.
onReady
&&
console
.
log
(
"
Obsolete: The onReady event is deprecated. Please use onAppReady instead.
"
);
_config
.
events
&&
(
_config
.
events
.
onAppReady
=
_config
.
events
.
onAppReady
||
_config
.
events
.
onReady
);
var
onMouseUp
=
function
(
evt
)
{
_processMouse
(
evt
);
...
...
apps/common/Gateway.js
View file @
02489014
...
...
@@ -139,7 +139,6 @@ if (Common === undefined) {
return
{
appReady
:
function
()
{
_postMessage
({
event
:
'
onReady
'
});
_postMessage
({
event
:
'
onAppReady
'
});
},
...
...
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