mirror of
https://github.com/9001/copyparty.git
synced 2026-02-22 10:23:30 +10:00
reduce redirect delay
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user