small changes for responsiveness

This commit is contained in:
Mark Eaton
2021-02-05 17:12:32 -05:00
parent c0fb7c5a58
commit 013ef2bdf1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ img {
<script type="text/javascript">
window.onload = function () {
const h = JSON.parse(hours)
const options_weekday = { weekday: 'short' };
const options_weekday = { weekday: 'long' };
const options_date = { month: 'short', day: 'numeric' }
for (var i = 0; i < h.length; i++) {
let targetDate = new Date(h[i]["Date"] + "T00:00:00.000-05:00");