Skip to content

Commit

Permalink
jq foo
Browse files Browse the repository at this point in the history
  • Loading branch information
gaarf committed May 15, 2011
1 parent 601b8ed commit 21a06df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/javascripts/client.js
Expand Up @@ -196,8 +196,7 @@ jQuery(document).ready(function($) {


socket.on('disconnect', function(){
$roster.empty();
$compose.hide();
$roster.add($compose).empty();
appendSystem('<strong>Socket disconnected.</strong> <a href="#reload">reload</a>', 'disconnect');
});

Expand Down

0 comments on commit 21a06df

Please sign in to comment.