hellosign-embedded
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "hellosign-embedded", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"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", |
@@ -351,3 +351,3 @@ /** | ||
this.whiteLabelingOptions = JSON.stringify(params['whiteLabelingOptions']); | ||
this.whiteLabelingOptions = this.whiteLabelingOptions.replace('#', ''); | ||
this.whiteLabelingOptions = this.whiteLabelingOptions.replace(/#/g, ''); | ||
} else if (typeof params['whiteLabelingOptions'] !== 'undefined') { | ||
@@ -354,0 +354,0 @@ l("Invalid white labeling options supplied, option will be ignored: " + params['whiteLabelingOptions']); |
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
74118