summaryrefslogtreecommitdiffstats
path: root/templates/base/footer.tmpl
blob: 4ae4a95fa0f3f521d2299e710a51414b0cffcb39 (plain)
1
2
3
4
5
6
7
8
<script>
    $(function(){
        initCore();
        {{if .PageIsSignUp}}initRegister();{{end}}
    });
</script>
</body>
</html>