WebUI: Select username on login page load

On logout, the input field is not empty. Select its content.
This commit is contained in:
Gabriele 2014-12-08 21:00:00 +01:00
parent 57e9165bb4
commit 0a512e41c9

View File

@ -9,6 +9,7 @@
<script type="text/javascript">
window.onload = function() {
$('username').focus();
$('username').select();
}
window.addEvent('domready', function() {