web/player_embed.php
changeset 372 4e00513a6c5c
parent 291 db1e6bfaa54e
child 535 8276f3ff7a3f
--- a/web/player_embed.php	Tue Nov 15 11:05:52 2011 +0100
+++ b/web/player_embed.php	Tue Nov 15 11:36:58 2011 +0100
@@ -64,25 +64,23 @@
 			overflow:hidden;
 		}
 		#chartTimeline{
+			padding-top: 0px;
 			z-index: 9;
 			position : absolute;
 		}
 
 	</style>
 	<script type="text/javascript">
-	
-	  var _gaq = _gaq || [];
-	  _gaq.push(['_setAccount', 'UA-23581291-1']);
-	  _gaq.push(['_trackPageview']);
-	  _gaq.push(['_setAllowAnchor', true]);
-	
-	
-	  (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);
-	  })();
-	
+		var _gaq = _gaq || [];
+		_gaq.push(['_setAccount', 'UA-23581291-1']);
+		_gaq.push(['_trackPageview', location.pathname + location.search + location.hash]);
+		_gaq.push(['_setAllowAnchor', true]);
+	  
+		(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>