diff options
author | Yoan Blanc <yoan@dosimple.ch> | 2018-10-22 19:40:49 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-10-22 10:40:49 -0700 |
commit | 9608fd0c4af42bb891d42bc4591452001f3b4686 (patch) | |
tree | 78aa28630cc8d05dc9d31b13b5c7d60f968c9384 /data | |
parent | 89bcd192a16a22d348fbbe8475bebfbfe4fd5d35 (diff) | |
download | pandoc-9608fd0c4af42bb891d42bc4591452001f3b4686.tar.gz |
revealjs: typo in the socket.io javascript plugin (#5006)
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/default.revealjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/default.revealjs b/data/templates/default.revealjs index 2c6b8e2ff..5d76071a6 100644 --- a/data/templates/default.revealjs +++ b/data/templates/default.revealjs @@ -263,7 +263,7 @@ $endif$ { src: '$revealjs-url$/lib/js/classList.js', condition: function() { return !document.body.classList; } }, { src: '$revealjs-url$/plugin/zoom-js/zoom.js', async: true }, $if(notes-server)$ - { src: '$revealjs-url$/socket.io/socker.io.js', async: true }, + { src: '$revealjs-url$/socket.io/socket.io.js', async: true }, { src: '$revealjs-url$/plugin/notes-server/client.js', async: true }, $endif$ $if(mathjax)$ |