forgejo/templates/base/footer.tmpl

8 lines
131 B
Cheetah
Raw Normal View History

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