mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:34:46 -05:00
add legacy true
This commit is contained in:
parent
c7ce71702a
commit
d6fa952e67
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue