Skip to content

Commit 1f63dd1

Browse files
committed
Test for Continue button fix
1 parent 1575b07 commit 1f63dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-assets/js/signup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $(document).ready(function () {
3434
$("#lastName").val(lastname);
3535
$("#ln").hide();
3636
}
37-
$("#continueBtn").click(function () {
37+
$("#continueBtn").one("click", function () {
3838
var handle = $("#handle").val();
3939
var country = $("#country").val();
4040
$.ajax({
@@ -127,4 +127,4 @@ function setContinueButtonDisabledStatus(status) {
127127
} else {
128128
continueBtnObj.removeAttr("disabled");
129129
}
130-
}
130+
}

0 commit comments

Comments
 (0)