bench-forgejo/templates/base/footer.tmpl

9 lines
190 B
Cheetah
Raw Normal View History

2014-03-03 20:10:22 +05:30
<script>
$(function(){
2014-03-10 18:42:49 +05:30
initCore();{{if .PageIsSignUp}}
initRegister();{{end}}{{if .PageIsUserSetting}}
initUserSetting();{{end}}
2014-03-03 20:10:22 +05:30
});
</script>
</body>
2014-02-18 05:08:50 +05:30
</html>