more work on fixing things for the 2014-05-23 changes
it's a big job - much is still broken
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
// given the entity detail data, returns the team the entity belongs
|
||||
// to. Uses TEAM_* enum values.
|
||||
window.getTeam = function(details) {
|
||||
return teamStringToId(details.controllingTeam && details.controllingTeam.team);
|
||||
return teamStringToId(details.team);
|
||||
}
|
||||
|
||||
window.teamStringToId = function(teamStr) {
|
||||
|
Reference in New Issue
Block a user