From e0c346e682b46d29e8536250c749bf4365aa1584 Mon Sep 17 00:00:00 2001 From: ktsuttlemyre Date: Mon, 27 May 2024 16:59:25 -0400 Subject: [PATCH] Update view.html --- view.html | 1 + 1 file changed, 1 insertion(+) diff --git a/view.html b/view.html index 3a5f943..f40b149 100644 --- a/view.html +++ b/view.html @@ -237,6 +237,7 @@ }; initialize(); })(); + setTimeout(function(){location.reload();},60000)