mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-18 18:35:14 +08:00
WebUI: Select username on login page load
On logout, the input field is not empty. Select its content.
This commit is contained in:
parent
57e9165bb4
commit
0a512e41c9
@ -9,6 +9,7 @@
|
||||
<script type="text/javascript">
|
||||
window.onload = function() {
|
||||
$('username').focus();
|
||||
$('username').select();
|
||||
}
|
||||
|
||||
window.addEvent('domready', function() {
|
||||
|
Loading…
Reference in New Issue
Block a user