From 1ceb5e01d0181e7cfe24b155eec5dd0359f97ee9 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Sun, 12 May 2013 16:54:55 -0700 Subject: [PATCH] Remove some old unused code --- js/client-battle.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/client-battle.js b/js/client-battle.js index d3ff17fad..84878860a 100644 --- a/js/client-battle.js +++ b/js/client-battle.js @@ -357,9 +357,6 @@ controls += movebuttons; } controls += '
'; - if (hasDisabled) { - // controls += '(grayed out moves have been disabled by Disable, Encore, or something like that)'; - } controls += '
'; if (trapped) { controls += 'You are trapped and cannot switch!';