diff options
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/js/index.js b/public/js/index.js index 3ba9ee5e..9329d38a 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -1228,6 +1228,7 @@ socket.on('refresh', function (data) { editor.refresh(); } loaded = true; + updateHistory(); //update history whether have content or not emitUserStatus(); //send first user status updateOnlineStatus(); //update first online status setTimeout(function () { |