index: update socketio version and only show master/client slides

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-01-11 18:11:04 +08:00
parent 712b62023d
commit 00442907e5
1 changed files with 6 additions and 4 deletions

View File

@ -750,10 +750,12 @@
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true },
{ src: '//cdn.socket.io/socket.io-1.3.5.js', async: true },
{ src: 'plugin/multiplex/master.js', async: true },
// and if you want speaker notes
{ src: 'plugin/notes-server/client.js', async: true }
{ src: 'https://cdn.socket.io/socket.io-2.0.3.js', async: true },
{
src: Reveal.getQueryHash().s ?
'plugin/multiplex/master.js' :
'plugin/notes-server/client.js', async: true
},
]
});
</script>