www/adium.im 490:20d283f15243: OK, apparently this part is JavaS...
commits at adium.im
commits at adium.im
Mon Jan 2 19:06:54 UTC 2012
details: http://hg.adium.im/www/adium.im/rev/20d283f15243
revision: 490:20d283f15243
branch: adiumx.com
author: Peter Hosey <hg at boredzo.org>
date: Mon Jan 02 11:06:50 2012 -0800
OK, apparently this part is JavaScript, not PHP.
diffs (12 lines):
diff -r 0bcd20f3429c -r 20d283f15243 screencasts/index.php
--- a/screencasts/index.php Mon Jan 02 11:05:17 2012 -0800
+++ b/screencasts/index.php Mon Jan 02 11:06:50 2012 -0800
@@ -124,7 +124,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="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="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