From 27b167c0f56858cb912d494926f0a27ae013a9e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20R=2E=20=C3=81vika?= Date: Tue, 3 Nov 2020 07:35:15 -0600 Subject: [PATCH] Fixed greetings --- js/theme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/theme.js b/js/theme.js index 49a7a0a..eef3f73 100644 --- a/js/theme.js +++ b/js/theme.js @@ -33,8 +33,8 @@ themeToggle.addEventListener('click', () => { // Change the theme with the time -const today = new Date(); -const Hr = today.getHours(); +// const today = new Date(); +// const Hr = today.getHours(); /* if (Hr >= 19 || Hr < 5) {