mirror of
https://github.com/9001/copyparty.git
synced 2025-11-24 07:23:22 -07:00
reduce redirect delay
This commit is contained in:
parent
7a291403ca
commit
f7e7b03f6f
|
|
@ -43,7 +43,7 @@
|
|||
<script>
|
||||
setTimeout(function() {
|
||||
location.replace("{{ redir }}");
|
||||
}, 1000);
|
||||
}, 600);
|
||||
</script>
|
||||
{%- endif %}
|
||||
{%- if js %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue