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

Commit 69a223f

Browse files
Merge pull request #2 from TrevorMooreGCU/BETA2
Cookie Nickname bug fix
2 parents 8972c39 + 3796ef5 commit 69a223f

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
@@ -366,7 +366,10 @@ function initApp() {
366366
Utils.setCookie('nickname', name, 14);
367367

368368
// update the app state
369-
App.state.name = name;
369+
App.state.name = name;
370+
371+
// update the chat title
372+
App.dom.updateName();
370373

371374
// destroy the editor
372375
App.dom.destoryEditor();

0 commit comments

Comments
 (0)