fixed z-index issue

This commit is contained in:
Adrian Amaglio 2020-08-27 16:42:37 +02:00
parent d570d5b865
commit cfb0b52ec2
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ function jeanCloudContactFormIntercept (formId, notifier) {
link.rel = "stylesheet";
link.crossOrigin = 'anonymous';
link.href = path + "/style.css";
link.integrity = 'sha384-xiBc0umeH/V8hcvxoq+N7lcex1UYBINwjBXXbBh+MSRZveX+RAJts/bGXYzD6BhI'
link.integrity = 'sha384-D12RSMaIURTgZZljhdQqYlQzgEfXvOFwtiqzkWnNcDbKFwMWXcmsCRFO5BNii0MB'
// cat style.css | openssl dgst -sha384 -binary | openssl base64 -A
document.head.appendChild(link);
})()

View File

@ -1,6 +1,6 @@
{
"name": "jean-cloud-contact-mailer-client",
"version": "1.1.4",
"version": "1.1.5",
"description": "",
"main": "index.js",
"scripts": {