Modulo:TeamBracket: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m fix |
m fix |
||
Riga 21:
local RD1seedmap = {}
local tcats = ''
local yes_replies = { 'yes', 'y', 's', 'si', 'sì'}
local no_replies = { 'n', 'no', 'none'}
local function isnotblank(s)
Line 769 ⟶ 771:
local seedCell
if (not hideSeeds) then
seedCell = widthRow:tag('td'):css('width', getWidth('seed', '
end
local teamCell = widthRow:tag('td'):css('width', getWidth('team', '150px'))
Line 778 ⟶ 780:
end
for s = 1, legsr do
scoreCells[s] = widthRow:tag('td'):css('width', getWidth('score', '
end
titleRow:tag('td')
|