Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Charukulvanich <dcharukulvanich@gitlab.com>2022-08-16 19:45:59 +0300
committerDennis Charukulvanich <dcharukulvanich@gitlab.com>2022-08-16 19:45:59 +0300
commit7d11ff54fab066112d29468a4210348205c24ef1 (patch)
treecfd3b308f9b19808173467d5d7a2606d5c6f9c7c
parent5d9bac75af3b16e812225a33987d2a6836f9fad4 (diff)
-rw-r--r--layouts/gtm.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/gtm.html b/layouts/gtm.html
index 87ebf4cb..3361f413 100644
--- a/layouts/gtm.html
+++ b/layouts/gtm.html
@@ -1,7 +1,7 @@
<% if production? and ENV['CI_COMMIT_REF_NAME'] == ENV['CI_DEFAULT_BRANCH'] %>
<%# Adds GTM only in production // leave this immediately after the opening the body tag%>
<!-- Google Tag Manager (noscript) -->
- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WZCXKT5"
+ <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NJXWQL"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<% end %>