web/player_embed.php
changeset 1198 ff4b567d51f2
parent 940 843f96e4eebd
child 1199 bba2a67b9da2
--- a/web/player_embed.php	Fri Feb 13 13:14:15 2015 +0100
+++ b/web/player_embed.php	Sun Feb 15 00:43:16 2015 +0100
@@ -44,13 +44,13 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <title>Polemic Tweet Embedded Player</title>
     <script type="text/javascript" src="<?php echo(registry_url('metadataplayer','js'));?>"></script>
-    
+
     <script type="text/javascript">
     IriSP.libFiles.defaultDir = "<?php echo(registry_url('libdir','js'));?>";
     IriSP.widgetsDir = "<?php echo(registry_url('ldtwidgets','js'));?>";
     IriSP.libFiles.locations.jwPlayerSWF = "<?php echo(URL_ROOT); ?>res/mediaplayer/player.swf";
     IriSP.language = "<?php echo($actual) ?>";
-    
+
     var _metadata = {
         url: '<?php echo get_metadata_url($metadata_url) ?>?callback=?',
         format: 'ldt'
@@ -97,7 +97,7 @@
         _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';
@@ -118,7 +118,7 @@
 		_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';
@@ -126,7 +126,7 @@
 		})();
 	</script>
   </head>
-  
+
         <div id="LdtPlayer"></div>
 <script type="text/javascript">
     var _myPlayer = new IriSP.Metadataplayer(_config);