From 808e486fa015ca34c240bf1de865f706e53352ab Mon Sep 17 00:00:00 2001 From: Paul Arterburn Date: Mon, 13 May 2024 12:22:31 -0600 Subject: [PATCH] Reload after 5 seconds --- app/views/entries/_entry.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/entries/_entry.html.haml b/app/views/entries/_entry.html.haml index 766cfac8..13ebefee 100644 --- a/app/views/entries/_entry.html.haml +++ b/app/views/entries/_entry.html.haml @@ -52,7 +52,7 @@ %br %p{style: "margin-top: 10px;"} Generating... :javascript - setTimeout(function() { location.reload(); }, 30000); + setTimeout(function() { location.reload(); }, 5000); - if current_user.is_pro? = entry.spotify_embed