mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 20:44:15 +00:00
Focus username input on load
This commit is contained in:
parent
0bfad7dce6
commit
863dc71100
@ -8,6 +8,10 @@
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css" />
|
||||
<script type="text/javascript" src="scripts/mootools-1.2-core-yc.js" charset="utf-8"></script>
|
||||
<script type="text/javascript">
|
||||
window.onload = function() {
|
||||
$('username').focus();
|
||||
}
|
||||
|
||||
window.addEvent('domready', function() {
|
||||
$('loginform').addEvent('submit', function(e) {
|
||||
new Event(e).stop();
|
||||
|
Loading…
x
Reference in New Issue
Block a user