revealjs: typo in the socket.io javascript plugin (#5006)
This commit is contained in:
parent
89bcd192a1
commit
9608fd0c4a
1 changed files with 1 additions and 1 deletions
|
@ -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)$
|
||||
|
|
Loading…
Add table
Reference in a new issue