1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

register js validation

This commit is contained in:
FuXiaoHei
2014-03-06 22:55:32 +08:00
parent 4b912b9ae6
commit 9cd14f97c2
5 changed files with 55 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
<script>
$(function(){
initCore();
initCore();
{{if .PageIsSignUp}}initRegister();{{end}}
});
</script>
</body>