1
Fork 0

add legacy true

This commit is contained in:
Ashley //// 2024-01-23 14:51:26 +00:00
parent c7ce71702a
commit d6fa952e67

View file

@ -586,7 +586,7 @@ color:#ea9999 !important;
<% } %> <% } %>
<div id="popup-container"> <div onclick="closePopup()" id="popup-container">
<div id="close-btn" onclick="closePopup()">X</div> <div id="close-btn" onclick="closePopup()">X</div>
<% if (cinv.descriptionHtml) { %> <% if (cinv.descriptionHtml) { %>
@ -673,7 +673,7 @@ color:#ea9999 !important;
<% try { %> <% try { %>
<%- getFirstLine(cinv.description).slice(0, 60) %> <%- getFirstLine(cinv.description).slice(0, 60) %>
<a href="/channel?id=<%=ID%>&tab=about" id="popup-trigger"> <a href="/channel?id=<%=ID%>&tab=about&legacy=true" id="popup-trigger">
<% } catch (error) { %> <% } catch (error) { %>
<!-- Handle the error here, if it occurs --> <!-- Handle the error here, if it occurs -->
<p>Error: <%= error.message %></p> <p>Error: <%= error.message %></p>