We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618181c commit d9d5eccCopy full SHA for d9d5ecc
layouts/shortcodes/checkin-schedule.html
@@ -17,6 +17,8 @@
17
var year = new Date(today.getFullYear(), 0, 1);
18
var week = Math.floor(((today - year) / 86400000) / 7) + 1;
19
20
+ // This list is alphabetically sorted and matches the sorting we have on
21
+ // the working groups index page
22
var wgs = [
23
"Async/Await",
24
"Diagnostics",
0 commit comments