Template variable bugfix

This commit is contained in:
DarkCat09 2023-09-21 17:58:23 +04:00
parent 86c033bdaa
commit 645542795d
No known key found for this signature in database
GPG Key ID: 0A26CD5B3345D6E3

View File

@ -15,7 +15,7 @@
<h1>txt<span class="dot-err">.</span></h1>
<p class="menu">
<a href="/" class="button">Home</a>
<% if (proxyBtn) { %>
<% if (locals.proxyBtn && proxyBtn) { %>
<a
href="/proxy?url=<%= encodeURIComponent(url) %>"
class="button secondary"