Author: buildbot
Date: Tue Oct 1 21:39:50 2013
New Revision: 880755
Log:
Staging update by buildbot for cloudstack
Modified:
websites/staging/cloudstack/trunk/content/ (props changed)
websites/staging/cloudstack/trunk/content/index.html
Propchange: websites/staging/cloudstack/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Oct 1 21:39:50 2013
@@ -1 +1 @@
-1528208
+1528223
Modified: websites/staging/cloudstack/trunk/content/index.html
==============================================================================
--- websites/staging/cloudstack/trunk/content/index.html (original)
+++ websites/staging/cloudstack/trunk/content/index.html Tue Oct 1 21:39:50
2013
@@ -263,7 +263,7 @@ function slug(str){
* File is the rss feed
*/
function newFeed(id, file) {
-
$.getJSON("http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20xml%20where%20url%3D%22"+encodeURIComponent(file)+"%22&format=json&callback=?",
function(d) {
+
$.getJSON("//query.yahooapis.com/v1/public/yql?q=select%20*%20from%20xml%20where%20url%3D%22"+encodeURIComponent(file)+"%22&format=json&callback=?",
function(d) {
var count = 0;
$(d.query.results.feed.entry).each(function() {
if(maxEntries == 0 || maxEntries>count){
@@ -311,7 +311,7 @@ var maxEvents = 3; // if 0 then there wi
* File is the rss feed
*/
function newEventList(id, file) {
-
$.getJSON("http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20xml%20where%20url%3D%22"+encodeURIComponent(file)+"%22&format=json&callback=?",
function(d) {
+
$.getJSON("//query.yahooapis.com/v1/public/yql?q=select%20*%20from%20xml%20where%20url%3D%22"+encodeURIComponent(file)+"%22&format=json&callback=?",
function(d) {
var count = 0;
$(d.query.results.feed.entry).each(function() {
if(maxEvents == 0 || maxEvents>count){