From 56a6933336b32d4479348969678403bde7ac3e67 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Tue, 21 May 2013 23:18:27 -0500 Subject: [PATCH] Fix bug with teambuilder tiers --- js/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/client.js b/js/client.js index 2a58d4884..8b65e737b 100644 --- a/js/client.js +++ b/js/client.js @@ -797,7 +797,7 @@ } var id = toId(name); var isTeambuilderFormat = challengeShow && searchShow && !team; - var teambuilderFormat; + var teambuilderFormat = undefined; if (isTeambuilderFormat) { var parenPos = name.indexOf('('); if (parenPos > 0 && name.charAt(name.length-1) === ')') {