aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorMichael Kühnel <mail@michael-kuehnel.de>2012-10-18 23:55:06 +0200
committerMichael Kühnel <mail@michael-kuehnel.de>2012-10-18 23:55:06 +0200
commitcbdbfc07f49d883ffcd432eac53303933deafe42 (patch)
tree1e650a8fa67f11e1f0139e535b5c7763c7cde5c8 /plugin
parent5cfb7b3239781d3a67b0e44ac0b609cb53b0b65e (diff)
downloadfreenode-live-2017-presentation-cbdbfc07f49d883ffcd432eac53303933deafe42.tar
freenode-live-2017-presentation-cbdbfc07f49d883ffcd432eac53303933deafe42.tar.gz
Fix indentation
Diffstat (limited to 'plugin')
-rw-r--r--plugin/speakernotes/notes.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugin/speakernotes/notes.html b/plugin/speakernotes/notes.html
index 13f043d..c051879 100644
--- a/plugin/speakernotes/notes.html
+++ b/plugin/speakernotes/notes.html
@@ -112,12 +112,12 @@
// ignore data from sockets that aren't ours
if (data.socketId !== socketId) { return; }
- if (data.markdown) {
- notes.innerHTML = (new Showdown.converter()).makeHtml(data.notes);
- }
- else {
- notes.innerHTML = data.notes;
- }
+ if (data.markdown) {
+ notes.innerHTML = (new Showdown.converter()).makeHtml(data.notes);
+ }
+ else {
+ notes.innerHTML = data.notes;
+ }
currentSlide.contentWindow.Reveal.slide(data.indexh, data.indexv);
nextSlide.contentWindow.Reveal.slide(data.nextindexh, data.nextindexv);