From f07c000fb091158328d4aa57ddef113b93227f7f Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 6 Feb 2010 19:33:25 +0000 Subject: not using the cooliris javascript to find rss feed anymore --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start.php') 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'); -- cgit v1.2.3