www/adium.im 496:d2395399af3f: Knew I forgot something.

commits at adium.im commits at adium.im
Sun Jan 8 09:21:07 UTC 2012


details:	http://hg.adium.im/www/adium.im/rev/d2395399af3f
revision:	496:d2395399af3f
branch:		adiumx.com
author:		Peter Hosey <hg at boredzo.org>
date:		Sun Jan 08 01:21:03 2012 -0800

Knew I forgot something.

diffs (12 lines):

diff -r 3b54e6ac6e58 -r d2395399af3f screencasts/index.php
--- a/screencasts/index.php	Sun Jan 08 01:18:46 2012 -0800
+++ b/screencasts/index.php	Sun Jan 08 01:21:03 2012 -0800
@@ -129,7 +129,7 @@
 		
 			// Embed won't let us change the "src" on its own.
 			// So we just modify the div containing it.
-			document.getElementById("video").innerHTML = '<iframe src="http://blip.tv/play/' + episodeID + '.html?p=1" width="480" height="' + (useHD ? '300' : '376') + " frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#' + episodeID + '" style="display:none"></embed>';
+			document.getElementById("video").innerHTML = '<iframe src="http://blip.tv/play/' + episodeID + '.html?p=1" width="480" height="' + (useHD ? '300' : '376') + '" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#' + episodeID + '" style="display:none"></embed>';
 
 			// Style current info.
  			document.getElementById("episode" + episodeNumber).style.background = "#FFE5E5";




More information about the commits mailing list