diff --git a/public/js/index.js b/public/js/index.js index 7ec4bbd7..2f68dc76 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