feat: add multiple tags in bulk for a monitor (#5846)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
grvwy
2025-06-12 03:52:35 +02:00
committed by GitHub
parent c7bacbb7fe
commit 8909cd008c
4 changed files with 296 additions and 105 deletions

View File

@@ -120,8 +120,8 @@ class StatusPage extends BeanModel {
const head = $("head");
if (statusPage.googleAnalyticsTagId) {
let escapedGoogleAnalyticsScript = googleAnalytics.getGoogleAnalyticsScript(statusPage.googleAnalyticsTagId);
if (statusPage.google_analytics_tag_id) {
let escapedGoogleAnalyticsScript = googleAnalytics.getGoogleAnalyticsScript(statusPage.google_analytics_tag_id);
head.append($(escapedGoogleAnalyticsScript));
}