Modulo:TeamBracket: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m cleanup |
m fix |
||
Riga 773:
seedCell = widthRow:tag('td'):css('width', getWidth('seed', '28px'))
end
local teamCell = widthRow:tag('td'):css('width', getWidth('team', '
local scoreCells = {}
local legsr = legs[r]
Riga 780:
end
for s = 1, legsr do
scoreCells[s] = widthRow:tag('td'):css('width', getWidth('score', '
end
titleRow:tag('td')
|