diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/session.php | 1 |
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'); |
