mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:58:25 +01:00
good stuff
This commit is contained in:
parent
4751fe0874
commit
4c79de16fa
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>
|
<p>Change the resolution of the video :3</p>
|
||||||
<div>
|
<div>
|
||||||
<% if (!qua) { %>
|
<% 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>
|
<b>hd720 (current)</b>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (qua) { %>
|
<% if (qua === "medium") { %>
|
||||||
|
<b>medium (current)</b>
|
||||||
<b>medium (current)</b>
|
<a href="/watch?v=<%=video.id%>">hd720</a>
|
||||||
<a href="/watch?v=<%=video.id%>">hd720</a>
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
|
<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