Skip to content

Commit

Permalink
Update lpfmpoint.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ericspry committed Nov 30, 2012
1 parent 3429a3c commit d654d26
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions lpfmpoint.html
Expand Up @@ -33,7 +33,13 @@
zoom:4,
mapTypeId:google.maps.MapTypeId.SATELLITE,
mapTypeControl:false,
minZoom:1
minZoom:1,
zoomControl: true,
zoomControlOptions: {
style: google.maps.ZoomControlStyle.NORMAL
},
streetViewControl: false,
panControl: false
});

var map_style = {};
Expand Down Expand Up @@ -110,7 +116,6 @@
replay();
replay();
endOfPlay=false;
$(this).toggleClass('play').toggleClass('pause');
}
else{
replay();
Expand All @@ -129,21 +134,6 @@


</script>

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36715002-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>

</head>
<body onload="initialize()">
<h2 id="hd-pgSubTitle">Federal Communications Commission</h2>
Expand All @@ -156,4 +146,4 @@ <h1 id="hd-pgTitle">Evolution of LPFM Stations</h1>
<div class="torque_time"></div>
<a class="cartodb_logo" href="http://www.cartodb.com" target="_blank">CartoDB</a>
</body>
</html>
</html>

0 comments on commit d654d26

Please sign in to comment.