Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Update Analytics.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbradley authored Dec 3, 2017
1 parent 9336d8f commit 842c21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function googleanalytics() {
<script async src="//www.googletagmanager.com/gtag/js?id=<?php echo self::$analytics_id; ?>"></script>
<script>
var url = '<?php echo $_SERVER['REQUEST_URI']; ?>';
var loadType = '<?php echo $loadtype; ?>';
var loadType = '<?php echo $loadType; ?>';

window.dataLayer = window.dataLayer || [];
function frbtagnagios(){dataLayer.push(arguments)};
Expand Down

0 comments on commit 842c21e

Please sign in to comment.