diff options
Diffstat (limited to 'plugin/speakernotes/client.js')
-rw-r--r-- | plugin/speakernotes/client.js | 4 |
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); |