Skip to content

Commit

Permalink
Render userbox on restored connection
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-emberex committed Mar 5, 2012
1 parent bc72989 commit 0adc463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/client.js
Expand Up @@ -71,6 +71,7 @@ $(function() {
irc.me = new User({nick: data.nick, server: data.server});
irc.connected = true;
irc.appView.render();
irc.appView.renderUserBox();
irc.chatWindows.add({name: 'status', type: 'status'});
$.each(data.channels, function(key, value){
if(value['serverName'][0] == '#'){
Expand Down

0 comments on commit 0adc463

Please sign in to comment.