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>
|
<script>
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
location.replace("{{ redir }}");
|
location.replace("{{ redir }}");
|
||||||
}, 1000);
|
}, 600);
|
||||||
</script>
|
</script>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if js %}
|
{%- if js %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue