summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-11-15 10:26:40 -0800
committerScott Main <smain@google.com>2012-11-15 10:26:40 -0800
commitbce268034e4e881704c4263822315bc9a4f9aa43 (patch)
tree430ebe4590e100787cad7b110d97464bce6b90bb /docs
parent480ac7fca61a29a7a1ca150ea0a583901971f137 (diff)
downloadframeworks_base-bce268034e4e881704c4263822315bc9a4f9aa43.zip
frameworks_base-bce268034e4e881704c4263822315bc9a4f9aa43.tar.gz
frameworks_base-bce268034e4e881704c4263822315bc9a4f9aa43.tar.bz2
docs: fix broken youtube playlists
Change-Id: I07a1e9af2c8104a56c9a5e6d1060de7578cbd1ae
Diffstat (limited to 'docs')
-rw-r--r--docs/html/develop/index.jd18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/html/develop/index.jd b/docs/html/develop/index.jd
index 9c21b3a..5982e62 100644
--- a/docs/html/develop/index.jd
+++ b/docs/html/develop/index.jd
@@ -296,17 +296,17 @@ function renderDevelopersLivePlaylist(data) {
* Each string in 'ids' is the ID of a YouTube playlist that belongs in the corresponding tab.
*/
var playlists = {
- 'googleio' : {
- 'ids': ["4C6BCDE45E05F49E"]
+ 'designinaction' : {
+ 'ids': ["PLWz5rJ2EKKc8j2B95zGMb8muZvrIy-wcF"]
},
- 'fridayreview' : {
- 'ids': ["B7B9B23D864A55C3"]
+ 'about' : {
+ 'ids': ["PL611F8C5DBF49CEC6"]
},
- 'officehours' : {
- 'ids': ["7383D9AADA6E6D55"]
+ 'developersstrikeback' : {
+ 'ids': ["PLWz5rJ2EKKc8nhhIOieejm1PxYHmPkIPh"]
},
- 'about' : {
- 'ids': ["D7C64411AF40DEA5"]
+ 'googleio' : {
+ 'ids': ["PL4C6BCDE45E05F49E"]
}
};
@@ -326,7 +326,7 @@ function showVideosPlaylists() {
/* Request the playlist feeds from YouTube */
function showDevelopersLivePlaylist() {
- var playlistId = "B7B9B23D864A55C3"; /* The Friday Review */
+ var playlistId = "PLB7B9B23D864A55C3"; /* The App Clinic */
var script = "<script type='text/javascript' src='//gdata.youtube.com/feeds/api/playlists/"
+ playlistId +
"?v=2&alt=json-in-script&max-results=10&callback=renderDevelopersLivePlaylist&orderby=published'><\/script > ";