mirror of https://github.com/go-gitea/gitea
parent
3ca7a33907
commit
efa039a0f7
@ -1,7 +1,8 @@ |
||||
<script> |
||||
$(function(){ |
||||
initCore(); |
||||
{{if .PageIsSignUp}}initRegister();{{end}} |
||||
initCore();{{if .PageIsSignUp}} |
||||
initRegister();{{end}}{{if .PageIsUserSetting}} |
||||
initUserSetting();{{end}} |
||||
}); |
||||
</script> |
||||
</body> |
||||
|
Loading…
Reference in new issue