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
b279a47a
Commit
b279a47a
authored
Jun 06, 2017
by
Ole Mussmann
Browse files
patch to allow multiplexing on URL load
parent
360bc940
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugin/multiplex/master.js
View file @
b279a47a
...
...
@@ -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