Renaming key within fragmentData
Might be better to use one variable with different values.
This commit is contained in:
@ -128,10 +128,10 @@
|
||||
console.dir(data);
|
||||
if (data.socketId !== socketId) { return; }
|
||||
|
||||
if (data.showFragment === true) {
|
||||
if (data.fragment === 'next') {
|
||||
currentSlide.contentWindow.Reveal.nextFragment();
|
||||
}
|
||||
else if (data.hideFragment === true) {
|
||||
else if (data.fragment === 'previous') {
|
||||
currentSlide.contentWindow.Reveal.previousFragment();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user