mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 01:18:05 +01:00
add refresh here :3
This commit is contained in:
parent
e59d1c0e1c
commit
bf2af710c3
1 changed files with 5 additions and 1 deletions
|
@ -646,7 +646,11 @@ height: 100%;
|
|||
</style>
|
||||
<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>
|
||||
|
||||
|
||||
<% if (cinv.error == "Could not get channel info.") { %>
|
||||
<meta http-equiv="refresh" content="1">
|
||||
<% } %>
|
||||
|
||||
<% } %>
|
||||
|
||||
<section class=youtube-video>
|
||||
|
|
Loading…
Reference in a new issue