got rid of redundant code

This commit is contained in:
Philipp Schaefer
2013-10-02 23:40:51 +02:00
parent 7fd3cb7fd6
commit 72620ed668
5 changed files with 3 additions and 11 deletions

View File

@ -23,10 +23,6 @@ window.debug.console = function() {
}
window.debug.console.show = function() {
if (window.isSmartphone()) {
$('#scrollwrapper, #updatestatus').hide();
$('#map').css('visibility', 'hidden');
}
$('#chat, #chatinput').show();
window.debug.console.create();
$('#chatinput mark').css('cssText', 'color: #bbb !important').text('debug:');