mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 02:24:03 +00:00
8 lines
131 B
Cheetah
8 lines
131 B
Cheetah
<script>
|
|
$(function(){
|
|
initCore();
|
|
{{if .PageIsSignUp}}initRegister();{{end}}
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |