Further bugfixes related to chat/debug.

This commit is contained in:
Jon Benson
2013-05-07 15:21:05 +10:00
parent 0108d1b49c
commit 1a701e5a32
6 changed files with 15 additions and 9 deletions

View File

@ -58,7 +58,7 @@ window.debug.console.show = function() {
$('#chat > div').hide();
$('#debugconsole').show();
$('#chatcontrols .active').removeClass('active');
$(this).addClass('active');
$("#chatcontrols a:contains('debug')").addClass('active');
}
window.debug.console.create = function() {