Fix tests

This commit is contained in:
Joseph Cohen
2015-03-21 02:33:38 -06:00
parent c5a93d99a7
commit 09e83ab689
6 changed files with 22 additions and 18 deletions

View File

@@ -4,7 +4,7 @@
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '{{ $googleId }}', '{{ $_SERVER['SERVER_NAME'] }}');
ga('create', '{{ $googleId }}', '{{ $_SERVER['SERVER_NAME'] or '' }}');
ga('send', 'pageview');
</script>
@endif