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', '
end
local teamCell = widthRow:tag('td'):css('width', getWidth('team', '
local scoreCells = {}
local legsr = legs[r]
Riga 776:
end
for s = 1, legsr do
scoreCells[s] = widthRow:tag('td'):css('width', getWidth('score', '
end
titleRow:tag('td')
|