fix other mistake

main
aria 10 months ago
parent 76e9a194ef
commit 750112228b
Signed by: a
GPG Key ID: E851AE999FFCBC37

@ -69,10 +69,10 @@
<div class="result"></div>
</div>
<div class="info">
<p>This instance <i><% if (lib.config.captcha.active) { %> does <% } else { %> does not <% } %></i>support solving CAPTCHAs.</p>
<p>This instance <i><% if (lib.config.db.active) { %> does <% } else { %> does not <% } %> have</i> a cache<% if (count) { %>, with <i><%= count %></i> destinations cached<% } %>.</p>
<p>This instance <i><% if (lib.config.fastforward) { %> supports <% } else { %> doesn't support <% } %></i> interacting with FastForward.</p>
<p>This instance <i>has debug mode <% if (lib.config.debug) { %> on<% } else { %> off<% } %></i>.</p>
<p>This instance <i><% if (config.captcha.active) { %> does <% } else { %> does not <% } %></i>support solving CAPTCHAs.</p>
<p>This instance <i><% if (config.db.active) { %> does <% } else { %> does not <% } %> have</i> a cache<% if (count) { %>, with <i><%= count %></i> destinations cached<% } %>.</p>
<p>This instance <i><% if (config.fastforward) { %> supports <% } else { %> doesn't support <% } %></i> interacting with FastForward.</p>
<p>This instance <i>has debug mode <% if (config.debug) { %> on<% } else { %> off<% } %></i>.</p>
</div>
<noscript>
<p style="margin-bottom:0;color:red;"><i>This webapp requires Javascript to run, you can use the API via the docs below if you need to.</i></p>

Loading…
Cancel
Save