Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
team-presentation
Commits
6ae4ad69
Commit
6ae4ad69
authored
Jun 12, 2017
by
Hakim El Hattab
Browse files
change event listener syntax #1917
parent
5e279efd
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugin/multiplex/master.js
View file @
6ae4ad69
...
...
@@ -20,7 +20,7 @@
};
// post once the page is loaded, so the client follows also on "open URL".
window
.
on
load
=
post
;
window
.
addEventListener
(
'
load
'
,
post
)
;
// Monitor events that trigger a change in state
Reveal
.
addEventListener
(
'
slidechanged
'
,
post
);
...
...
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