mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 04:34:38 -05:00
good stuff
This commit is contained in:
parent
0e3f923552
commit
5795f28dd9
1 changed files with 5 additions and 6 deletions
|
@ -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;">
|
||||
|
|
Loading…
Reference in a new issue