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