diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-01-24 14:21:27 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-01-24 14:21:27 +0000 |
| commit | b042355c93cc00203101d8b29bc709212b56737e (patch) | |
| tree | 4b4ea9e4702cbd8a4a480210e1f2d3e1c42c0628 /includes | |
| parent | 10ca71695015b66c4c213e94666c1812392bbe66 (diff) | |
| download | webtrees-b042355c93cc00203101d8b29bc709212b56737e.tar.gz webtrees-b042355c93cc00203101d8b29bc709212b56737e.tar.bz2 webtrees-b042355c93cc00203101d8b29bc709212b56737e.zip | |
Update URL to new assets folder
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/session.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/session.php b/includes/session.php index 636da6146d..6f403de785 100644 --- a/includes/session.php +++ b/includes/session.php @@ -85,8 +85,8 @@ if (getenv('USE_CDN')) { } // We can't load these from a CDN, as these have been patched. -define('WT_JQUERY_COLORBOX_URL', WT_STATIC_URL . 'js-1.7.0/jquery.colorbox-1.5.14.js'); -define('WT_JQUERY_WHEELZOOM_URL', WT_STATIC_URL . 'js-1.7.0/jquery.wheelzoom-2.0.0.js'); +define('WT_JQUERY_COLORBOX_URL', WT_STATIC_URL . 'assets/js-1.7.0/jquery.colorbox-1.5.14.js'); +define('WT_JQUERY_WHEELZOOM_URL', WT_STATIC_URL . 'assets/js-1.7.0/jquery.wheelzoom-2.0.0.js'); // Location of our own scripts define('WT_ADMIN_JS_URL', WT_STATIC_URL . 'assets/js-1.7.0/admin.js'); |
