reduce redirect delay

This commit is contained in:
ed 2025-11-20 00:48:34 +09:00
parent 7a291403ca
commit f7e7b03f6f

View file

@ -43,7 +43,7 @@
<script> <script>
setTimeout(function() { setTimeout(function() {
location.replace("{{ redir }}"); location.replace("{{ redir }}");
}, 1000); }, 600);
</script> </script>
{%- endif %} {%- endif %}
{%- if js %} {%- if js %}