diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/speakernotes/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/speakernotes/client.js b/plugin/speakernotes/client.js index 20f8e2f..ad1bd46 100644 --- a/plugin/speakernotes/client.js +++ b/plugin/speakernotes/client.js @@ -29,7 +29,7 @@ nextindexh : nextindexh, nextindexv : nextindexv, socketId : socketId, - markdown : notes ? notes.getAttribute('data-markdown') != null : false + markdown : notes ? typeof notes.getAttribute('data-markdown') === 'string' : false }; |