Skip to content

Commit 64f8956

Browse files
committed
Decrement magic number
1 parent 07be7c4 commit 64f8956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/checkin-schedule.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// of working groups.
2222
// Increment this number by one when you realize that after adding
2323
// working groups the website checkins order messes.
24-
var magic_number = 1;
24+
var magic_number = 0;
2525

2626
// Add new working groups on the end of the list.
2727
// When adding/removing working groups adjust magic number to match the

0 commit comments

Comments
 (0)