From 6c39ef2f97eb6da46274a1972a6634c012be9b82 Mon Sep 17 00:00:00 2001 From: Maria Yurlava Date: Mon, 16 Oct 2023 14:01:09 +0200 Subject: [PATCH 1/2] WEB-4462 Test --- src/app/components/documentation/documentation.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/documentation/documentation.component.html b/src/app/components/documentation/documentation.component.html index c2bc2391..95bfa64d 100644 --- a/src/app/components/documentation/documentation.component.html +++ b/src/app/components/documentation/documentation.component.html @@ -25,7 +25,7 @@
Chosen image
From 1631cbf83e7deae47c2fa0292ed2496cfd24507c Mon Sep 17 00:00:00 2001 From: Maria Yurlava Date: Mon, 16 Oct 2023 16:57:21 +0200 Subject: [PATCH 2/2] WEB-4462 Fix hubspot --- .../documentation.component.html | 2 +- src/index.html | 23 +++++++++++-------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/src/app/components/documentation/documentation.component.html b/src/app/components/documentation/documentation.component.html index 95bfa64d..c2bc2391 100644 --- a/src/app/components/documentation/documentation.component.html +++ b/src/app/components/documentation/documentation.component.html @@ -25,7 +25,7 @@
Chosen image
diff --git a/src/index.html b/src/index.html index 3d9f53e1..f8e5f6b7 100644 --- a/src/index.html +++ b/src/index.html @@ -52,16 +52,16 @@ document.getElementsByTagName('body')[0].appendChild(awMastertag); })(); - /* Hubspot script */ - (function () { - var script = document.createElement('script'); - script.type = 'text/javascript'; - script.id = 'hs-script-loader'; - script.async = true; - script.defer = true; - script.src = '//js.hs-scripts.com/4202168.js'; - document.body.appendChild(script); - })(); + // /* Hubspot script */ + // (function () { + // var script = document.createElement('script'); + // script.type = 'text/javascript'; + // script.id = 'hs-script-loader'; + // script.async = true; + // script.defer = true; + // script.src = '//js.hs-scripts.com/4202168.js'; + // document.body.appendChild(script); + // })(); @@ -113,5 +113,8 @@ + + +