Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e4d385b

Browse files
committed
Merge pull request #112 from appirio-tech/SUP-841-hotfix-nda-terms
don't include terms id for docusign landing page
2 parents 4c75878 + b3a62a6 commit e4d385b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/terms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ appChallengeTerms = {
4949
$('.agree-label').hide();
5050
$('#termSubmit').text('Go Back');
5151
$('.agreement').removeClass('notAgreed');
52-
var finalDest = escape(siteURL + "/challenge-details/terms/" + challengeId + "?challenge-type=" + challengeType + "&termId=" + termsOfUseID + "&cb=" + Math.random());
52+
var finalDest = escape(siteURL + "/challenge-details/terms/" + challengeId + "?challenge-type=" + challengeType + "&cb=" + Math.random());
5353
$.ajax({
5454
url: tcconfig.apiURL + '/terms/docusign/viewURL',
5555
type: 'POST',

0 commit comments

Comments
 (0)