Fix indentation
This commit is contained in:
parent
5cfb7b3239
commit
cbdbfc07f4
@ -112,12 +112,12 @@
|
|||||||
// ignore data from sockets that aren't ours
|
// ignore data from sockets that aren't ours
|
||||||
if (data.socketId !== socketId) { return; }
|
if (data.socketId !== socketId) { return; }
|
||||||
|
|
||||||
if (data.markdown) {
|
if (data.markdown) {
|
||||||
notes.innerHTML = (new Showdown.converter()).makeHtml(data.notes);
|
notes.innerHTML = (new Showdown.converter()).makeHtml(data.notes);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
notes.innerHTML = data.notes;
|
notes.innerHTML = data.notes;
|
||||||
}
|
}
|
||||||
|
|
||||||
currentSlide.contentWindow.Reveal.slide(data.indexh, data.indexv);
|
currentSlide.contentWindow.Reveal.slide(data.indexh, data.indexv);
|
||||||
nextSlide.contentWindow.Reveal.slide(data.nextindexh, data.nextindexv);
|
nextSlide.contentWindow.Reveal.slide(data.nextindexh, data.nextindexv);
|
||||||
|
Loading…
Reference in New Issue
Block a user