Skip to content

Commit 2c494f7

Browse files
author
Sachin Maheshwari
committed
reverting issue#140 fixes by community, identitied at issue#144
1 parent ae7c1a0 commit 2c494f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-assets/js/signup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $(document).ready(function () {
2828
$("#lastName").val(lastname);
2929
$("#ln").hide();
3030
}
31-
$("#continueBtn").one("click", function () {
31+
$("#continueBtn").click(function () {
3232
var handle = $("#handle").val();
3333
var country = $("#country").val();
3434
$.ajax({

0 commit comments

Comments
 (0)