Skip to content

Commit 3d60798

Browse files
committed
Fixed a bug, this bug is rising when browsing page in Chrome
1 parent 66419f7 commit 3d60798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1>Vim-cn</h1>
2424
<h2>:欢迎加入</h2>
2525
<p>
2626
Vim-cn XMPP Chatbot:
27-
<input name="group" type="text" value="test&#64;vim-cn.com" onclick="this.focus()" onfocus="this.select()" spellcheck="false" autocomplete="off" readonly title="测试版 XMPP 帐号地址"/>
27+
<input name="group" type="text" value="test&#64;vim-cn.com" onclick="this.focus();this.select()" spellcheck="false" autocomplete="off" readonly title="测试版 XMPP 帐号地址"/>
2828
</p>
2929
<p class="notice">11/08/2011: 服务器尚在测试中</p>
3030
</article>

0 commit comments

Comments
 (0)