Skip to content

Commit fe1638f

Browse files
author
Sachin Maheshwari
committed
fixing double click issue for social/enterprise signup
1 parent cf6c1ec commit fe1638f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web-assets/js/signup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ $(document).ready(function () {
6161
$("#utmCampaign").val(qs["utmCampaign"]);
6262
$("#returnUrl").val(qs["returnUrl"]);
6363
$("#signup").submit();
64+
setContinueButtonDisabledStatus(true);
6465
}
6566
},
6667
});

0 commit comments

Comments
 (0)