mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
add refresh here :3
This commit is contained in:
parent
e59d1c0e1c
commit
bf2af710c3
1 changed files with 5 additions and 1 deletions
|
@ -647,6 +647,10 @@ height: 100%;
|
||||||
<img class="banned-user" src="<%- media_proxy_url %>/proxy?url=https://yt3.googleusercontent.com/a/default-user=s100-c-k-c0x00ffffff-no-rj">
|
<img class="banned-user" src="<%- media_proxy_url %>/proxy?url=https://yt3.googleusercontent.com/a/default-user=s100-c-k-c0x00ffffff-no-rj">
|
||||||
<p class="ban-reason"> <%- cinv.error %> </p>
|
<p class="ban-reason"> <%- cinv.error %> </p>
|
||||||
|
|
||||||
|
<% if (cinv.error == "Could not get channel info.") { %>
|
||||||
|
<meta http-equiv="refresh" content="1">
|
||||||
|
<% } %>
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<section class=youtube-video>
|
<section class=youtube-video>
|
||||||
|
|
Loading…
Reference in a new issue