mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
frontend: use commento namespace, event handlers, UI
This commit is contained in:
@ -16,8 +16,8 @@
|
||||
|
||||
<script>
|
||||
window.onload = function() {
|
||||
window.loggedInRedirect();
|
||||
window.prefillEmail();
|
||||
window.commento.loggedInRedirect();
|
||||
window.commento.prefillEmail();
|
||||
};
|
||||
</script>
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
<p class="cent">
|
||||
</p>
|
||||
|
||||
<button id="signup-button" class="button" onclick="window.signup()">Sign up</button>
|
||||
<button id="signup-button" class="button" onclick="window.commento.signup()">Sign up</button>
|
||||
|
||||
<a class="link" href="[[[.Origin]]]/login">Already have an account? Login instead.</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user