diff options
| author | lsces <lester@lsces.co.uk> | 2026-03-26 17:52:44 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-03-26 17:52:44 +0000 |
| commit | 53bb96d227b1ef8d02ec2f75463015df823a67c1 (patch) | |
| tree | 0d0572837fcd3689b820f39794cdceb85f903a18 /templates | |
| parent | a57c635d8319f914f82eb5937eedd79aabba46e8 (diff) | |
| download | stats-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.tpl | 4 |
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')}'); |
