hellosign-embedded
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "hellosign-embedded", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "A JavaScript library required for embedding HelloSign features into your webapp. For more information, see our API documentation at https://www.hellosign.com/api/documentation.", | ||
@@ -5,0 +5,0 @@ "main": "src/embedded.js", |
@@ -374,3 +374,3 @@ /** | ||
} | ||
frameUrl += 'parent_url=' + encodeURIComponent(document.location.href.replace(/\#.*/, '')) + '&'; | ||
frameUrl += 'parent_url=' + encodeURIComponent(document.location.href.replace(/\?.*/, '')) + '&'; | ||
frameUrl += (this.skipDomainVerification === true ? 'skip_domain_verification=1&' : ''); | ||
@@ -377,0 +377,0 @@ frameUrl += 'client_id=' + this.clientId + '&'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package