Added debug menu option and started tidying up 'window' handling
This commit is contained in:
@ -522,10 +522,11 @@ window.chat.chooseAnchor = function(t) {
|
||||
chat.needMoreMessages();
|
||||
}
|
||||
|
||||
window.chat.choose = function(name) {
|
||||
$('#chat, #chatinput, #updatestatus').show();
|
||||
window.chat.show = function(name) {
|
||||
if (!window.isSmartphone) $('#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