aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2010-04-25 12:37:57 +0000
committerCash Costello <cash.costello@gmail.com>2010-04-25 12:37:57 +0000
commit40587e2bae0e7985815c2e5e534ef4fb926123bb (patch)
treed3b03b16eb0af1d8a268409620221c0269071327 /start.php
parent7aafab15bc81a27076e5b843871a272975934524 (diff)
downloadelgg-40587e2bae0e7985815c2e5e534ef4fb926123bb.tar.gz
elgg-40587e2bae0e7985815c2e5e534ef4fb926123bb.tar.bz2
finishing up reorg of javascript
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.php b/start.php
index 3cc1ea7aa..02f0c6414 100644
--- a/start.php
+++ b/start.php
@@ -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;
}