diff --git a/public/js/registerPage.js b/public/js/registerPage.js index 81b6c659..48649f45 100644 --- a/public/js/registerPage.js +++ b/public/js/registerPage.js @@ -27,6 +27,8 @@ $(function () { // Actions function updateDisplay() { + $checkbox.addClass("hidden") + $button.removeClass("hidden") var isChecked = $checkbox.is(':checked'); // Set the button's state diff --git a/templates/user/register.html b/templates/user/register.html index f17ed0ff..1f2984ad 100644 --- a/templates/user/register.html +++ b/templates/user/register.html @@ -28,8 +28,8 @@
- - + +