1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 04:34:38 -05:00

good stuff

This commit is contained in:
Ashley 2022-08-08 21:35:08 +03:00 committed by GitHub
parent 0e3f923552
commit 5795f28dd9

View file

@ -314,15 +314,14 @@ margin-right: 100px;
<p>Change the resolution of the video :3</p>
<div>
<% if (!qua) { %>
<a href="/watch?v=<%=video.id%>&quality=medium">medium</a>
<a href="/watch?v=<%=video.id%>&quality=medium">medium</a>
<b>hd720 (current)</b>
<% } %>
<% if (qua) { %>
<b>medium (current)</b>
<a href="/watch?v=<%=video.id%>">hd720</a>
<% if (qua === "medium") { %>
<b>medium (current)</b>
<a href="/watch?v=<%=video.id%>">hd720</a>
<% } %>
</div>
</div>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">