Content deleted Content added
testing |
debug |
||
Line 195:
end
return {}▼
end▼
function a.null(targs, pargs)▼
-- Alternative syntax for team list
if targs['team_order'] and targs['team_order'] ~= '' then
Line 294 ⟶ 290:
end
end
▲ return {}
▲end
▲function a.null(targs, pargs)
for k,v in pairs(targs) do
if v and v~= '' then
|