From: Cash Costello Date: Sat, 6 Feb 2010 19:33:25 +0000 (+0000) Subject: not using the cooliris javascript to find rss feed anymore X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f07c000fb091158328d4aa57ddef113b93227f7f;p=lorea%2Felgg.git not using the cooliris javascript to find rss feed anymore --- diff --git a/start.php b/start.php index 3cd501611..3cc1ea7aa 100644 --- a/start.php +++ b/start.php @@ -413,7 +413,7 @@ return $returnvalue; } - $slideshow_link = 'javascript:PicLensLite.start({maxScale:0,feedUrl:PicLensLite.indexFeeds()[0].url})'; + $slideshow_link = "javascript:PicLensLite.start({maxScale:0,feedUrl:location.href+'?view=rss'})"; // add the slideshow javascript to the header extend_view('metatags', 'js/slideshow');