diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-02-06 19:33:25 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-02-06 19:33:25 +0000 |
commit | f07c000fb091158328d4aa57ddef113b93227f7f (patch) | |
tree | e43b2902e6508bea4d3c7308dc04bc5e7e413c96 /start.php | |
parent | 634e663091a45fbeff10fc7ded4cec9b3f7cf381 (diff) | |
download | elgg-f07c000fb091158328d4aa57ddef113b93227f7f.tar.gz elgg-f07c000fb091158328d4aa57ddef113b93227f7f.tar.bz2 |
not using the cooliris javascript to find rss feed anymore
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'); |