diff options
| author | 2013-03-07 16:17:06 -0800 | |
|---|---|---|
| committer | 2013-03-07 16:17:06 -0800 | |
| commit | d55091f6fdec4bb42e2f922369dfa19f8993be8d (patch) | |
| tree | 98d2ed5e96cd9f85d824e0d58a7651d82a688239 | |
| parent | 6f6b20d9675711ef5ff7e776bc5542688d77d144 (diff) | |
change devbytes playlist order to reverse playlist order
Change-Id: Ic6f91cf6adc3999ff4c6394f652a7ef4e2fc3c22
| -rw-r--r-- | docs/html/develop/index.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/develop/index.jd b/docs/html/develop/index.jd index 190a6d933274..0cb2635e1ba4 100644 --- a/docs/html/develop/index.jd +++ b/docs/html/develop/index.jd @@ -345,7 +345,7 @@ function showDevelopersLivePlaylist() { var playlistId = "PLWz5rJ2EKKc_XOgcRukSoKKjewFJZrKV0"; /* DevBytes */ 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 > "; + "?v=2&alt=json-in-script&max-results=10&callback=renderDevelopersLivePlaylist&orderby=reversedPosition'><\/script > "; $("body").append(script); } |