1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-04 08:38:37 +00:00

finish ssh key pages ui

This commit is contained in:
FuXiaoHei
2014-03-10 21:12:49 +08:00
parent 3ca7a33907
commit efa039a0f7
6 changed files with 82 additions and 6 deletions

View File

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