From 7075bc2b6ee664645b0f4291088dc6eb9e78fe2b Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Fri, 21 Sep 2012 09:08:24 -0400 Subject: merge markdown in notes --- plugin/speakernotes/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') 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 }; -- cgit v1.2.3