diff --git a/groups/new-homepage-3/homepage3-js-css.html b/groups/new-homepage-3/homepage3-js-css.html
index cf776a9..75a1197 100644
--- a/groups/new-homepage-3/homepage3-js-css.html
+++ b/groups/new-homepage-3/homepage3-js-css.html
@@ -367,6 +367,12 @@ window.onload = function () {
for (var i = 0; i < h.length; i++) {
let targetDate = new Date(h[i].Date + "T00:00:00.000-05:00");
let today = new Date();
+ if (targetDate.toLocaleDateString("en-US", options_weekday) === "Wednesday") {
+ weekday = "Wed"
+ } else {
+ weekday = targetDate.toLocaleDateString("en-US", options_weekday)
+ }
+ console.log(weekday);
if (targetDate.getFullYear() === today.getFullYear() &&
targetDate.getMonth() === today.getMonth() &&
targetDate.getDate() === today.getDate()) {
@@ -374,10 +380,10 @@ window.onload = function () {
var start = true;
var count = 1;
} else if (start === true && count < 3 && h[i].Hours === "Closed" ) {
- document.getElementById('hours' + count).innerHTML = " " + targetDate.toLocaleDateString("en-US", options_weekday) + " " + weekday + "
" + targetDate.toLocaleDateString("en-US", options_date) + "
" + h[i].Hours + "
" + targetDate.toLocaleDateString("en-US", options_date) + "
" + h[i].Hours + "
" + targetDate.toLocaleDateString("en-US", options_weekday) + "
" + targetDate.toLocaleDateString("en-US", options_date) + "
" + h[i].Hours + "
" + weekday + "
" + targetDate.toLocaleDateString("en-US", options_date) + "
" + h[i].Hours + "