got rid of redundant code
This commit is contained in:
@ -540,7 +540,6 @@ window.chat.show = function(name) {
|
||||
? $('#updatestatus').hide()
|
||||
: $('#updatestatus').show();
|
||||
$('#chat, #chatinput').show();
|
||||
$('#map').css('visibility', 'hidden');
|
||||
|
||||
var t = $('<a>'+name+'</a>');
|
||||
window.chat.chooseAnchor(t);
|
||||
|
Reference in New Issue
Block a user