Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
team-presentation
Commits
5e279efd
Commit
5e279efd
authored
Jun 12, 2017
by
Hakim El Hattab
Browse files
Merge branch 'issue1896' of
https://github.com/OleMussmann/reveal.js
into dev
parents
2961f009
b279a47a
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugin/multiplex/master.js
View file @
5e279efd
...
...
@@ -19,6 +19,9 @@
};
// post once the page is loaded, so the client follows also on "open URL".
window
.
onload
=
post
;
// Monitor events that trigger a change in state
Reveal
.
addEventListener
(
'
slidechanged
'
,
post
);
Reveal
.
addEventListener
(
'
fragmentshown
'
,
post
);
...
...
@@ -28,4 +31,4 @@
Reveal
.
addEventListener
(
'
paused
'
,
post
);
Reveal
.
addEventListener
(
'
resumed
'
,
post
);
}());
\ No newline at end of file
}());
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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