revealjs: typo in the socket.io javascript plugin (#5006)

This commit is contained in:
Yoan Blanc 2018-10-22 19:40:49 +02:00 committed by John MacFarlane
parent 89bcd192a1
commit 9608fd0c4a

View file

@ -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)$