diff --git a/html/layouts/error-video.ejs b/html/layouts/error-video.ejs index 77d7cf61..22ad44ad 100644 --- a/html/layouts/error-video.ejs +++ b/html/layouts/error-video.ejs @@ -88,22 +88,20 @@ <% const RESTART_MSG = "Poke is currently restarting - please wait 1-2 minutes.."; %> <% if (description === RESTART_MSG) { %> <% } else { %> <% } %> @@ -131,7 +130,7 @@

<%= error %>

<%= description %>

<% if (description === RESTART_MSG) { %> -
Trying again in <%= parseInt(localStorage.getItem('reloadCount') || '1', 10) > 5 ? 30 : 10 %> seconds...
+
<% } %>