From 0a8743819cfb5c7758fdb0d6d0db6bca3c10e8ba Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Thu, 10 Jan 2019 21:39:54 +0800 Subject: [PATCH] more multiplexing modules Signed-off-by: Sean Cross --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index f460297..f2477bc 100644 --- a/index.html +++ b/index.html @@ -700,6 +700,11 @@ { src: 'plugin/search/search.js', async: true }, { 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 } ] });