提交 86d2336a 编写于 作者: K kohsuke

set the focus when the page is loaded.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6667 71c3de6d-444a-0410-be80-ed276b4c234a
上级 590d32f2
......@@ -8,7 +8,10 @@
<l:main-panel>
<f:form method="post" action="createView">
<f:entry title="View name">
<input type="text" name="name" class="setting-input" />
<input type="text" name="name" class="setting-input" id="box" />
<script>
document.getElementById('box').focus();
</script>
</f:entry>
<f:block>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册