From 687fa6698af1bfb108001f001c3381b17d082c2b Mon Sep 17 00:00:00 2001 From: fkloft Date: Sat, 24 Jan 2015 13:16:57 +0100 Subject: [PATCH] Remove duplicate case from switch --- code/panes.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/panes.js b/code/panes.js index 34ba8f95..5b74fd17 100644 --- a/code/panes.js +++ b/code/panes.js @@ -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;