Skip to content
Snippets Groups Projects
Commit afcaf6a4 authored by TonyFord's avatar TonyFord
Browse files

skip Dummy von ewige Tabelle

parent b55a2d17
No related branches found
No related tags found
No related merge requests found
Pipeline #68750 passed
......@@ -290,7 +290,7 @@ function calculateTabelle(saison,runde,show=true){
var startliste=STARTLISTE.reduce((a,b)=>(a));
var Tabelle=Object.values(TEAMS).filter( (a) => ( ( a.start <= saison || saison == 0 ) && ( startliste.indexOf( a.nt ) > -1 || saison == 0 ) ) )
var Tabelle=Object.values(TEAMS).filter( (a) => ( ( a.start <= saison || saison == 0 ) && ( startliste.indexOf( a.nt ) > -1 || ( saison == 0 && a.nt != 'xx' ) ) ) )
.sort(
function(a,b){
return a[saison].P < b[saison].P ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment