Fix status div showing above chat.
This commit is contained in:
parent
084494bec0
commit
b110ff0261
@ -523,7 +523,9 @@ window.chat.chooseAnchor = function(t) {
|
||||
}
|
||||
|
||||
window.chat.show = function(name) {
|
||||
if (!window.isSmartphone) $('#updatestatus').show();
|
||||
window.isSmartphone
|
||||
? $('#updatestatus').hide()
|
||||
: $('#updatestatus').show();
|
||||
$('#chat, #chatinput').show();
|
||||
$('#map').css('visibility', 'hidden');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user