Hopefully fix whitespace issues.
This commit is contained in:
@ -521,9 +521,9 @@ window.chat.chooseAnchor = function(t) {
|
||||
}
|
||||
|
||||
window.chat.show = function(name) {
|
||||
window.isSmartphone
|
||||
? $('#updatestatus').hide()
|
||||
: $('#updatestatus').show();
|
||||
window.isSmartphone
|
||||
? $('#updatestatus').hide()
|
||||
: $('#updatestatus').show();
|
||||
$('#chat, #chatinput').show();
|
||||
$('#map').css('visibility', 'hidden');
|
||||
|
||||
|
Reference in New Issue
Block a user