From 4668b601ba606f2df1e3c45da394d92561bb4525 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Thu, 10 Jan 2019 21:40:44 +0800 Subject: [PATCH] index: fix missing , Signed-off-by: Sean Cross --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f2477bc..6155cea 100644 --- a/index.html +++ b/index.html @@ -699,7 +699,7 @@ { src: 'plugin/highlight/highlight.js', async: true, callback: function () { hljs.initHighlightingOnLoad(); } }, { src: 'plugin/search/search.js', async: true }, { src: 'plugin/zoom-js/zoom.js', async: true }, - { src: 'plugin/notes/notes.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 },