projects
/
web
/
SooLocks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4975853
)
update to newer version of ckeditor
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 9 Jan 2015 15:38:26 +0000
(10:38 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 9 Jan 2015 15:38:26 +0000
(10:38 -0500)
ckeditor version 4.4.4
setup.phtml
patch
|
blob
|
history
diff --git
a/setup.phtml
b/setup.phtml
index
4aec578
..
cc0c8c4
100644
(file)
--- a/
setup.phtml
+++ b/
setup.phtml
@@
-625,7
+625,7
@@
$mediaAppBaseUrl
? GLM_APP_BASE_SECURE_URL
: GLM_APP_BASE_URL;
define('MEDIA_APP_BASE_URL', $mediaAppBaseUrl);
-define('CKEDITOR_JS', MEDIA_APP_BASE_URL . 'ckeditor/4.
3.2
/ckeditor.js');
+define('CKEDITOR_JS', MEDIA_APP_BASE_URL . 'ckeditor/4.
4.4
/ckeditor.js');
// This needs to be set to the real url ie. http://demo.gaslightmedia.com
if ($isSecurePage) {
$BASE_URL = "http://$base_url";