We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14866b commit aace30eCopy full SHA for aace30e
web-assets/js/signup.js
@@ -115,9 +115,8 @@ $(document).ready(function () {
115
setContinueButtonDisabledStatus(continueBtnDisable);
116
});
117
$("#user_privacy_policy").on("change", function(){
118
- continueBtnDisable = !this.checked;
119
if (!continueBtnDisable) {
120
- setContinueButtonDisabledStatus(continueBtnDisable);
+ setContinueButtonDisabledStatus(!this.checked);
121
}
122
})
123
0 commit comments