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