Skip to content

Commit 149ba97

Browse files
author
sachin-maheshwari
authored
Merge pull request #137 from topcoder-platform/hotfix/buttonclick
Hotfix: fixing double submit issue for social/enterprise signup
2 parents cf6c1ec + fe1638f commit 149ba97

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)