summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-02-01 18:10:10 +0000
committerGreg Roach <fisharebest@gmail.com>2015-02-01 18:10:10 +0000
commitcce0876879e1a7125d295440048c2d09d0735fbd (patch)
treee57e6d478e67bfb56977f035b706124902d8829d /includes
parent15d1f3207e751d8dc2cefc4ad8a8b04ab3225895 (diff)
downloadwebtrees-cce0876879e1a7125d295440048c2d09d0735fbd.tar.gz
webtrees-cce0876879e1a7125d295440048c2d09d0735fbd.tar.bz2
webtrees-cce0876879e1a7125d295440048c2d09d0735fbd.zip
Upgrade ckeditor from 4.4.1 to 4.4.7
Diffstat (limited to 'includes')
-rw-r--r--includes/session.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/session.php b/includes/session.php
index b588e626d3..3ffe9760d3 100644
--- a/includes/session.php
+++ b/includes/session.php
@@ -87,6 +87,7 @@ 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 . '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');
+define('WT_CKEDITOR_BASE_URL', WT_STATIC_URL . 'packages/ckeditor-4.4.7-custom/');
// Location of our own scripts
define('WT_ADMIN_JS_URL', WT_STATIC_URL . 'assets/js-1.7.0/admin.js');