File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 17
17
var year = new Date ( today . getFullYear ( ) , 0 , 1 ) ;
18
18
var week = Math . floor ( ( ( today - year ) / 86400000 ) / 7 ) + 1 ;
19
19
20
- // This is a hack to not mess the checkins order when we change the number
21
- // of working groups. Adjust it when changing the number of working groups,
22
- // increment by one until the current order of the website matches.
23
- var magic_number = 0 ;
20
+ // This is a hack to not mess the checkins order when we change the amount
21
+ // of working groups.
22
+ // Increment this number by one when you realize that after adding
23
+ // working groups the website checkins order messes.
24
+ var magic_number = 1 ;
24
25
25
26
// Add new working groups on the end of the list.
26
27
// When adding/removing working groups adjust magic number to match the
You can’t perform that action at this time.
0 commit comments