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

Commit

Permalink
Merge pull request #2 from TrevorMooreGCU/BETA2
Browse files Browse the repository at this point in the history
Cookie Nickname bug fix
  • Loading branch information
ConnorJamesLow authored Apr 21, 2019
2 parents 8972c39 + 3796ef5 commit 69a223f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/Messaging.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,10 @@ function initApp() {
Utils.setCookie('nickname', name, 14);

// update the app state
App.state.name = name;
App.state.name = name;

// update the chat title
App.dom.updateName();

// destroy the editor
App.dom.destoryEditor();
Expand Down

0 comments on commit 69a223f

Please sign in to comment.