mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
add try catch
This commit is contained in:
parent
c84c35720e
commit
17415af403
@ -1,3 +1,4 @@
|
||||
<% try { %>
|
||||
<% if (!isMobile) { %>
|
||||
<!--
|
||||
|
||||
@ -639,3 +640,6 @@ background: none !important;
|
||||
</html>
|
||||
|
||||
<% } %>
|
||||
<% } catch (error) { %>
|
||||
<%- error %>
|
||||
<% } %>
|
Loading…
Reference in New Issue
Block a user