mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 17:42:15 -05:00
Fixed #65 - sur le form de login, focus au champ login
This commit is contained in:
parent
f281635c9a
commit
bbff4b57a9
@ -21,4 +21,7 @@
|
||||
<input type="hidden" name="returnurl" value="<?php echo htmlspecialchars($referer);?>">
|
||||
<input type="hidden" name="token" value="<?php echo Session::getToken(); ?>">
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
window.onload = document.loginform.login.focus();
|
||||
</script>
|
||||
{include="footer"}
|
||||
|
Loading…
Reference in New Issue
Block a user