From 9a10c5c77625b1318939c5ac57363679439d6056 Mon Sep 17 00:00:00 2001 From: Amanda Ezeobiejesi <31581515+amandaeze97@users.noreply.github.com> Date: Tue, 8 Oct 2019 23:26:47 -0400 Subject: [PATCH] Made 17:30 to show up for startTime --- public/js/availability.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/js/availability.js b/public/js/availability.js index bfc3fd5f..eecade96 100644 --- a/public/js/availability.js +++ b/public/js/availability.js @@ -186,6 +186,8 @@ function populateTimeInput() { time = i + ":00"; times.push(time); + time = i + ":30"; + times.push(time); let selectStartTime = document.getElementById("selectStartTime"); @@ -464,4 +466,4 @@ window.onload = function () { }; function main() { -} \ No newline at end of file +}