/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
core/templates/pages/header_js_libs.html
18 строк
826 B
Meeth
Fix part of #25877 Remove webpack build architecture (#26078)
10 июл 2026, 12:38
Не верифицирован
10 июл 2026, 12:38
9089f71
Код
Авторство
О чём код?
<!-- NOTE: Please contact @vojtechjelinek or @srijanreddy98 before modifying the file. This is to ensure that all footer/header libs are properly synced across these five files: index.html, index.prod.html, header_css_libs.html, header_js_libs.html and footer_js_libs.html--> <% if (CAN_SEND_ANALYTICS_EVENTS) { %> <!-- Note that gtag.js is downloaded for each script tag. However, the downloaded files are different because we use different IDs in the query parameters to download them. --> <% if (GA_ANALYTICS_ID) { %> <script async src="https://www.googletagmanager.com/gtag/js?id=<%= GA_ANALYTICS_ID %>"></script> <% } %> <!-- Google Tag Manager --> <% if (GTM_ANALYTICS_ID) { %> <script async src="https://www.googletagmanager.com/gtm.js?id=<%= GTM_ANALYTICS_ID %>"></script> <% } %> <% } %>