Hopefully fix whitespace issues.

This commit is contained in:
Jon Benson
2013-05-07 19:05:50 +10:00
parent 935e9ab688
commit 4906b57f15
7 changed files with 64 additions and 64 deletions

View File

@ -53,7 +53,7 @@ window.debug.console.show = function() {
// not displaying the map causes bugs in Leaflet
$('#map').css('visibility', 'hidden');
$('#chat, #chatinput').show();
window.debug.console.create();
window.debug.console.create();
$('#chatinput mark').css('cssText', 'color: #bbb !important').text('debug:');
$('#chat > div').hide();
$('#debugconsole').show();