index: update socketio version and only show master/client slides
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
712b62023d
commit
00442907e5
10
index.html
10
index.html
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user