diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-04-25 12:37:57 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-04-25 12:37:57 +0000 |
commit | 40587e2bae0e7985815c2e5e534ef4fb926123bb (patch) | |
tree | d3b03b16eb0af1d8a268409620221c0269071327 /start.php | |
parent | 7aafab15bc81a27076e5b843871a272975934524 (diff) | |
download | elgg-40587e2bae0e7985815c2e5e534ef4fb926123bb.tar.gz elgg-40587e2bae0e7985815c2e5e534ef4fb926123bb.tar.bz2 |
finishing up reorg of javascript
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -416,7 +416,7 @@ $slideshow_link = "javascript:PicLensLite.start({maxScale:0,feedUrl:location.href+'?view=rss'})"; // add the slideshow javascript to the header - extend_view('metatags', 'js/slideshow'); + extend_view('metatags', 'tidypics/js/slideshow'); return $slideshow_link; } |