From 871012777da2fbf36cf6ac54773d52631d5d6250 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Fri, 11 Jan 2019 18:23:44 +0800 Subject: [PATCH] multiplex: add client Signed-off-by: Sean Cross --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c916989..dfd4cd5 100644 --- a/index.html +++ b/index.html @@ -754,7 +754,7 @@ { src: Reveal.getQueryHash().s ? 'plugin/multiplex/master.js' : - 'plugin/notes-server/client.js', async: true + 'plugin/multiplex/client.js', async: true }, ] });