move back to open source fridays

This commit is contained in:
Bex Warner
2018-10-25 16:53:42 -04:00
parent 16fa635c8d
commit 01a1e1e9c7
2 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,8 @@
// Change to true to show nags
var debug = false;
// Adjust to Thursday at 18:00 UTC / 2pm EDT
var attrs = {day: "Thursday", hour: 18, minute: 0, second: 0, millisecond: 0}
// Adjust to Friday at 16:00 UTC / 12pm EDT
var attrs = {day: "Friday", hour: 16, minute: 0, second: 0, millisecond: 0}
var start = moment().utc().set(attrs)
// If it's already passed today, go to the next occurrence

View File

@@ -53,8 +53,8 @@ links:
<p>
Join us every
<strong>
<span class="js-office-hours-start-time" data-format="dddd">Thursday</span> at
<span class="js-office-hours-start-time" data-format="h:mm A">18:00 UTC</span>
<span class="js-office-hours-start-time" data-format="dddd">Friday</span> at
<span class="js-office-hours-start-time" data-format="h:mm A">16:00 UTC</span>
</strong>
to give feedback, ask questions, get help, or just chat about ideas.
</p>