mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 17:33:05 +08:00
move back to open source fridays
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user