mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 08:34:42 -05:00
add description check :p
This commit is contained in:
parent
bcbb72bc7e
commit
8674171c54
1 changed files with 16 additions and 1 deletions
|
@ -773,15 +773,30 @@ display: block; !important;" autoplay controls
|
||||||
<% if (String(video.Description) != "[object Object]") { %>
|
<% if (String(video.Description) != "[object Object]") { %>
|
||||||
<% if (String(inv_vid.descriptionHtml) != "undefined") { %>
|
<% if (String(inv_vid.descriptionHtml) != "undefined") { %>
|
||||||
<% if (String(inv_vid.descriptionHtml) != " ") { %>
|
<% if (String(inv_vid.descriptionHtml) != " ") { %>
|
||||||
|
<% if (String(inv_vid.descriptionHtml) != "<p></p>") { %>
|
||||||
|
|
||||||
<div style="margin-top:1em;">
|
<div style="margin-top:1em;">
|
||||||
|
|
||||||
|
|
||||||
<%-String(inv_vid.descriptionHtml).replace(/\n/g, " <br> ").replace(/twitter\.com/g, "nitter.net").replace(/reddit\.com/g, "teddit.net") %>
|
<%-String(inv_vid.descriptionHtml).replace(/\n/g, " <br> ").replace(/twitter\.com/g, "nitter.net").replace(/reddit\.com/g, "teddit.net") %>
|
||||||
</div>
|
</div>
|
||||||
<% } %> <% } %>
|
<% } %> <% } %> <% } %>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
<% if (String(video.Description) != "[object Object]") { %>
|
||||||
|
<% if (String(inv_vid.descriptionHtml) != "undefined") { %>
|
||||||
|
<% if (String(inv_vid.descriptionHtml) != " ") { %>
|
||||||
|
<% if (String(inv_vid.descriptionHtml) == "<p></p>") { %>
|
||||||
|
|
||||||
|
<div style="margin-top:1em;">
|
||||||
|
|
||||||
|
|
||||||
|
<%-String(inv_vid.description).replace(/\n/g, " <br> ").replace(/twitter\.com/g, "nitter.net").replace(/reddit\.com/g, "teddit.net") %>
|
||||||
|
</div>
|
||||||
|
<% } %> <% } %> <% } %>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
|
|
||||||
<% if (String(video.Description) == "[object Object]") { %>
|
<% if (String(video.Description) == "[object Object]") { %>
|
||||||
<% if (String(inv_vid.descriptionHtml) == " ") { %>
|
<% if (String(inv_vid.descriptionHtml) == " ") { %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue