footer.tmpl 131 B

12345678
  1. <script>
  2. $(function(){
  3. initCore();
  4. {{if .PageIsSignUp}}initRegister();{{end}}
  5. });
  6. </script>
  7. </body>
  8. </html>