gitea/templates/base/footer.tmpl

8 lines
131 B
Go HTML Template
Raw Normal View History

2014-03-03 15:40:22 +01:00
<script>
$(function(){
2014-03-06 15:55:32 +01:00
initCore();
{{if .PageIsSignUp}}initRegister();{{end}}
2014-03-03 15:40:22 +01:00
});
</script>
</body>
2014-02-18 00:38:50 +01:00
</html>