From bfd1820bafbe9f93a844b575a4b9c05d1ae2646b Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 19 Jan 2017 12:51:32 -0700 Subject: [PATCH] updated styling for left content --- client/vue-components/main_content.vue | 42 +++++++++++++------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/client/vue-components/main_content.vue b/client/vue-components/main_content.vue index a60d10d..a3c8948 100755 --- a/client/vue-components/main_content.vue +++ b/client/vue-components/main_content.vue @@ -1,28 +1,26 @@ @@ -41,6 +39,7 @@ import editor from '../js/editor.js' import statcomponent from './stat_component.vue' + export default { created() { let chance = new Chance() @@ -63,6 +62,7 @@ const connection = new sharedb.Connection(socket) // console.log(socket, this.wsrtc) // console.log(socket, this.wsrtc) + // For testing reconnection window.disconnect = function() { connection.close(); @@ -106,7 +106,7 @@ } -