Skip to content
Snippets Groups Projects
Commit 034118da authored by Peter Rotich's avatar Peter Rotich
Browse files

Add auto-focus to username field

parent afe7853a
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,12 @@
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<script type="text/javascript" src="../js/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("input:not(.dp):visible:enabled:first").focus();
});
</script>
</head>
<body id="loginBody">
<div id="loginBox">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment