Commit 19c17f64 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Fixed focus javascript error.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9896 b35dd754-fafc-0310-a699-88a17e54d16e
parent 3d4f8024
...@@ -584,7 +584,7 @@ ...@@ -584,7 +584,7 @@
</form> </form>
<script type="text/javascript"> <script type="text/javascript">
document.f.users.focus(); document.f.username.focus();
</script> </script>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment