mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
focus password field if not logged in
This commit is contained in:
parent
2f2c65d91e
commit
a2c0c708e8
|
@ -101,6 +101,11 @@ document.documentElement.className = localStorage.light == 1 ? "y" : "z";
|
|||
|
||||
</script>
|
||||
<script src="/.cpr/util.js?_={{ ts }}"></script>
|
||||
<script>tt.init();</script>
|
||||
<script>
|
||||
tt.init();
|
||||
{%- if this.uname == '*' %}
|
||||
QS('input[name="cppwd"]').focus();
|
||||
{%- endif %}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue