mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 02:34:38 -05:00
fix some stuff :3
This commit is contained in:
parent
62d566184a
commit
10e4238460
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(inv_vid.descriptionHtml) == " ") { %>
|
||||
|
||||
<p> No Description On this Video ( sad innit :c )</p>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
||||
|
||||
<% if (wiki.extract_html) { %>
|
||||
|
|
Loading…
Reference in a new issue