Fix bug with teambuilder tiers

This commit is contained in:
Guangcong Luo 2013-05-21 23:18:27 -05:00
parent 59462b4573
commit 56a6933336

View File

@ -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) === ')') {