From 282278d0d61d2e019576f5204d44fb9b70d05129 Mon Sep 17 00:00:00 2001 From: moitrois <55643188+moitrois@users.noreply.github.com> Date: Mon, 11 Oct 2021 15:40:09 -0400 Subject: [PATCH] change display operating hours to 7-7 --- public/javascript/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascript/index.js b/public/javascript/index.js index e1beb8b..002de1f 100644 --- a/public/javascript/index.js +++ b/public/javascript/index.js @@ -12,7 +12,7 @@ function connectWithStoredID() { } } -let operatingHours = "7pm - 2am"; +let operatingHours = "7pm - 7am"; $.getJSON('/hours') .done((data) => { operatingHours = data.hours;