Remove duplicate case from switch

This commit is contained in:
fkloft 2015-01-24 13:16:57 +01:00
parent 615372e137
commit 687fa6698a

View File

@ -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;