summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-03-26 17:52:44 +0000
committerlsces <lester@lsces.co.uk>2026-03-26 17:52:44 +0000
commit53bb96d227b1ef8d02ec2f75463015df823a67c1 (patch)
tree0d0572837fcd3689b820f39794cdceb85f903a18 /templates
parenta57c635d8319f914f82eb5937eedd79aabba46e8 (diff)
downloadstats-53bb96d227b1ef8d02ec2f75463015df823a67c1.tar.gz
stats-53bb96d227b1ef8d02ec2f75463015df823a67c1.tar.bz2
stats-53bb96d227b1ef8d02ec2f75463015df823a67c1.zip
Various style tidies
Diffstat (limited to 'templates')
-rwxr-xr-x[-rw-r--r--]templates/html_head_inc.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl
index 5784999..948a89d 100644..100755
--- a/templates/html_head_inc.tpl
+++ b/templates/html_head_inc.tpl
@@ -16,7 +16,7 @@
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id={$gBitSystem->getConfig('google_adwordstag_id')}"></script>
<script>
- window.dataLayer = window.dataLayer || [];
+ window.dataLayer = window.dataLayer or [];
function gtag(){ldelim}dataLayer.push(arguments);{rdelim}
gtag('js', new Date());
gtag('config', '{$gBitSystem->getConfig('google_adwordstag_id')}')
@@ -28,7 +28,7 @@
{if $gBitSystem->getConfig('google_analytics_ua')}
<script async src="https://www.googletagmanager.com/gtag/js?id={$gBitSystem->getConfig('google_analytics_ua')}"></script>
<script>
- window.dataLayer = window.dataLayer || [];
+ window.dataLayer = window.dataLayer or [];
function gtag(){ldelim}dataLayer.push(arguments);{rdelim}
gtag('js', new Date());
gtag('config', '{$gBitSystem->getConfig('google_analytics_ua')}');