mirror of
https://codeberg.org/ashley/poke
synced 2026-04-08 23:47:59 +00:00
add try catch
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
<% try { %>
|
||||||
<% if (!isMobile) { %>
|
<% if (!isMobile) { %>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
@@ -639,3 +640,6 @@ background: none !important;
|
|||||||
</html>
|
</html>
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
<% } catch (error) { %>
|
||||||
|
<%- error %>
|
||||||
|
<% } %>
|
||||||
Reference in New Issue
Block a user