mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 13:34:39 -05:00
fix some stuff :3
This commit is contained in:
parent
c6838b2e86
commit
a06499ab64
1 changed files with 3 additions and 0 deletions
|
@ -754,8 +754,11 @@ display: block; !important;" autoplay controls
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (String(video.Description) == "[object Object]") { %>
|
<% if (String(video.Description) == "[object Object]") { %>
|
||||||
|
<% if (String(inv_vid.descriptionHtml) == " ") { %>
|
||||||
|
|
||||||
<p> No Description On this Video ( sad innit :c )</p>
|
<p> No Description On this Video ( sad innit :c )</p>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
|
|
||||||
<% if (wiki.extract_html) { %>
|
<% if (wiki.extract_html) { %>
|
||||||
|
|
Loading…
Reference in a new issue