The analytics.js hangs with a "script has stopped working" prompt when
refreshing a screen containing a scrollable window with a large number of
display items resulting from a search ...
www.bulkingtoncongregational.org/Sermons.php
using search selection for preachers "Peter L Mackenzie"
The Sermons.php file includes the following
<?php include_once("GoogAnalytics.php") ?>
The GoogAnalytics.php file reads ...
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(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', 'UA-52045649-1', 'bulkingtoncongregational.org');
ga('send', 'pageview');
</script>
Original issue reported on code.google.com by bigpigho...@gmail.com on 5 Jan 2016 at 4:45
Original issue reported on code.google.com by
bigpigho...@gmail.com
on 5 Jan 2016 at 4:45