summaryrefslogtreecommitdiffhomepage
path: root/plugin/speakernotes/client.js
diff options
context:
space:
mode:
authorHakim El Hattab2012-09-21 09:01:08 -0400
committerHakim El Hattab2012-09-21 09:01:08 -0400
commitc5fe9bd3c4569091acbcd0b69425a39a994bdc47 (patch)
tree1120c58314987f2979f449b39d5d3e0c11a4afa3 /plugin/speakernotes/client.js
parentc904cef8649310a4c37d53420be3fdc186fedc4f (diff)
parentdf2ebc570ce921b2d83883dd6dca03f6cd81b6af (diff)
Merge branch 'markdown-in-notes' of https://github.com/technicalpickles/reveal.js
Diffstat (limited to 'plugin/speakernotes/client.js')
-rw-r--r--plugin/speakernotes/client.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugin/speakernotes/client.js b/plugin/speakernotes/client.js
index b164a56..20f8e2f 100644
--- a/plugin/speakernotes/client.js
+++ b/plugin/speakernotes/client.js
@@ -28,7 +28,9 @@
indexv : event.indexv,
nextindexh : nextindexh,
nextindexv : nextindexv,
- socketId : socketId
+ socketId : socketId,
+ markdown : notes ? notes.getAttribute('data-markdown') != null : false
+
};
socket.emit('slidechanged', slideData);