summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-20 16:47:42 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-20 16:47:42 +0200
commitaa11baa5107f9d077280bc35c7ffccc2442c2045 (patch)
tree90b23e6ca5509048159167c4ea5d057883fd9a9f /public/index.html
parent109be6a61117844d1156f07fa2c54c62d410a56d (diff)
wooooo streaming files over a series of sockets!!
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index 9f851c2..04817a1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -13,7 +13,6 @@
<div id="container"></div>
</body>
<script src="/socket.io/socket.io.js"></script>
-<script src="/assets/js/vendor/socket.io-stream.js"></script>
<script>
var s = document.createElement('script');
s.setAttribute('src','assets/js/app.js?' + Date.now());