From fbbd0deaeab620c428363853a26b4ebaa29ef7f4 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 1 Dec 2016 16:13:40 -0500 Subject: [PATCH] Revert "testing" This reverts commit aabe1c3a16b94000b25baf2e5e39097cf81c0933. --- src/meta/js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta/js.js b/src/meta/js.js index cfb588125d..11ec5c2ca5 100644 --- a/src/meta/js.js +++ b/src/meta/js.js @@ -18,7 +18,7 @@ module.exports = function (Meta) { scripts: { base: [ './node_modules/jquery/dist/jquery.js', - './node_modules/socket.io-client/socket.io.js', + './node_modules/socket.io-client/dist/socket.io.js', 'public/vendor/jquery/timeago/jquery.timeago.js', 'public/vendor/jquery/js/jquery.form.min.js', 'public/vendor/visibility/visibility.min.js',