Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Commit 3796ef5

Browse files
Trevor MooreTrevor Moore
authored andcommitted
Cookie Nickname bug fix
1 parent 351224a commit 3796ef5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

client/Messaging.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,10 @@ function initApp() {
257257
Utils.setCookie('nickname', name, 14);
258258

259259
// update the app state
260-
App.state.name = name;
260+
App.state.name = name;
261+
262+
// update the chat title
263+
App.dom.updateName();
261264

262265
// destroy the editor
263266
App.dom.destoryEditor();

0 commit comments

Comments
 (0)