From a9fc8d0dffc67af6e3ecd18daccefb9aa74ed682 Mon Sep 17 00:00:00 2001 From: "Cheng-Han, Wu" Date: Fri, 17 Jun 2016 15:59:25 +0800 Subject: [PATCH] Update to bring up view rendering earlier on first loading --- public/js/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/js/index.js b/public/js/index.js index 7ec4bbd..2f68dc7 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -1914,6 +1914,7 @@ socket.on('refresh', function (data) { editor.refresh(); } loaded = true; + updateViewInner(); // bring up view rendering earlier updateHistory(); //update history whether have content or not emitUserStatus(); //send first user status updateOnlineStatus(); //update first online status