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 1575b07 commit 1f63dd1Copy full SHA for 1f63dd1
web-assets/js/signup.js
@@ -34,7 +34,7 @@ $(document).ready(function () {
34
$("#lastName").val(lastname);
35
$("#ln").hide();
36
}
37
- $("#continueBtn").click(function () {
+ $("#continueBtn").one("click", function () {
38
var handle = $("#handle").val();
39
var country = $("#country").val();
40
$.ajax({
@@ -127,4 +127,4 @@ function setContinueButtonDisabledStatus(status) {
127
} else {
128
continueBtnObj.removeAttr("disabled");
129
130
-}
+}
0 commit comments