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:
authorSarah German <sgerman@gitlab.com>2022-08-17 22:28:55 +0300
committerSarah German <sgerman@gitlab.com>2022-08-17 22:28:55 +0300
commite8bff63058bc6a9edcd9ef7c5885775c8e2a758e (patch)
treee4088aa3ad5a9cdc8be31b08cd461f982d8167df
parent859ed69d6c7fe812f6d17a5bfdccaba4e3b4a11d (diff)
parent7d11ff54fab066112d29468a4210348205c24ef1 (diff)
Merge branch 'dennischarukulvanich-main-patch-16384' into 'main'
Update gtm.html See merge request gitlab-org/gitlab-docs!3036
-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 %>