Skip to content

Commit

Permalink
Reload after 5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn committed May 13, 2024
1 parent 9f588b9 commit 808e486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/entries/_entry.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 808e486

Please sign in to comment.