Remove duplicate case from switch
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user