Skip to content

Commit 781f4e0

Browse files
authored
251012
1 parent 1d06815 commit 781f4e0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

js/github_FDL_CONSTANTS.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ getCI = ()=>{ callIndexer++; return callIndexer.toString() ; }
4646

4747
let gamesOverview = {
4848
fixedColumns: 3,
49-
finishedRounds: 3,
50-
currentRnd: 4,
51-
evWndw: { 'direction': 1 , 'start': 4, 'rounds': 6, 'end': 9 },
49+
finishedRounds: 5,
50+
currentRnd: 6,
51+
evWndw: { 'direction': 1 , 'start': 6, 'rounds': 6, 'end': 11 },
5252
locks: [ false, false, false ],
5353
locked: false,
5454
dfDisplay: {

js/github_FDL_DATA.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// let allStatsData = []; has moved to FPLConstants
22
// initial value, will be overwritten
3-
let curGW = 4;
3+
let curGW = 6;
44

55
/*
66
################################################################################################################

0 commit comments

Comments
 (0)