Skip to content

Commit 8909cd0

Browse files
feat: add multiple tags in bulk for a monitor (#5846)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
1 parent c7bacbb commit 8909cd0

File tree

4 files changed

+296
-105
lines changed

4 files changed

+296
-105
lines changed

server/model/status_page.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ class StatusPage extends BeanModel {
120120

121121
const head = $("head");
122122

123-
if (statusPage.googleAnalyticsTagId) {
124-
let escapedGoogleAnalyticsScript = googleAnalytics.getGoogleAnalyticsScript(statusPage.googleAnalyticsTagId);
123+
if (statusPage.google_analytics_tag_id) {
124+
let escapedGoogleAnalyticsScript = googleAnalytics.getGoogleAnalyticsScript(statusPage.google_analytics_tag_id);
125125
head.append($(escapedGoogleAnalyticsScript));
126126
}
127127

0 commit comments

Comments
 (0)