mirror of
https://github.com/typecho/typecho.git
synced 2025-03-20 01:49:40 +01:00
修正用户注册的提示语
This commit is contained in:
parent
402bce0372
commit
8d033d14d3
@ -62,10 +62,14 @@ Typecho_Cookie::delete('__typecho_remember_mail');
|
||||
<?php endif; ?>
|
||||
</p>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
(function () {
|
||||
var _form = document.register.name;
|
||||
_form.focus();
|
||||
})();
|
||||
<?php
|
||||
include 'common-js.php';
|
||||
?>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
$('#name').focus();
|
||||
});
|
||||
</script>
|
||||
<?php include 'footer.php'; ?>
|
||||
<?php
|
||||
include 'footer.php';
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user