Remove duplicate case from switch
This commit is contained in:
parent
615372e137
commit
687fa6698a
@ -11,9 +11,6 @@ window.show = function(id) {
|
||||
case 'alerts':
|
||||
window.chat.show(id);
|
||||
break;
|
||||
case 'alerts':
|
||||
window.chat.show('alerts');
|
||||
break;
|
||||
case 'debug':
|
||||
window.debug.console.show();
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user