Modulo:TeamBracket: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m fix
m fix
Riga 767:
local seedCell
if (not hideSeeds) then
seedCell = widthRow:tag('td'):css('width', getWidth('seed', '25px30px'))
end
local teamCell = widthRow:tag('td'):css('width', getWidth('team', '150px190px'))
local scoreCells = {}
local legsr = legs[r]
Riga 776:
end
for s = 1, legsr do
scoreCells[s] = widthRow:tag('td'):css('width', getWidth('score', '25px35px'))
end
titleRow:tag('td')