mirror of
https://github.com/9001/copyparty.git
synced 2025-12-27 09:04:52 -05:00
reduce redirect delay
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<script>
|
||||
setTimeout(function() {
|
||||
location.replace("{{ redir }}");
|
||||
}, 1000);
|
||||
}, 600);
|
||||
</script>
|
||||
{%- endif %}
|
||||
{%- if js %}
|
||||
|
||||
Reference in New Issue
Block a user