Skip to content

Commit

Permalink
fixed ckgedit path in config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
turnermm committed Jun 14, 2017
1 parent 55a72a4 commit 5cb09aa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Changes
@@ -1,4 +1,4 @@
rev_17-Jun_13-11_21
rev_17-Jun_14-13_18

Switched dafault filebrowser settings to all and ckgedit

Expand Down Expand Up @@ -102,4 +102,7 @@ Support for canonical urls
Jun 13
Automate addition of xtra plugins to xtra plugins list

Jan 14
Fixed by in ckedit path in config.js


2 changes: 1 addition & 1 deletion ckeditor/config.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ckeditor/config.js.unc
Expand Up @@ -89,9 +89,9 @@ config.colors = new Array(
config.ckedit_path = top.DOKU_BASE + 'lib/plugins/ckgedit/ckeditor/';
}
else {
ckedit_path = window.location.protocol +'//' + top.dokuBase + 'lib/plugins/ckgedit/ckeditor/';
ckedit_path = window.location.protocol +'//' + top.dokuBase + 'lib/plugins/ckgdoku/ckeditor/';
config.doku_url = window.location.protocol+ '//' + top.dokuBase;
config.ckedit_path = window.location.protocol +'//' + top.dokuBase + 'lib/plugins/ckgedit/ckeditor/';
config.ckedit_path = window.location.protocol +'//' + top.dokuBase + 'lib/plugins/ckgdoku/ckeditor/';
}
config.jquery = top.jQuery;
// config.format_code = { element : 'code', attributes : { 'class' : 'dwcode' } };
Expand Down
2 changes: 1 addition & 1 deletion plugin.info.txt
@@ -1,7 +1,7 @@
base ckgdoku
author Myron Turner
email turnermm02@shaw.ca
date 2017-06-13
date 2017-06-14
name ckgdoku
desc WYSIWYG plugin for Dokuwiki
url https://www.dokuwiki.org/plugin:ckgdoku
Expand Down
2 changes: 1 addition & 1 deletion version
@@ -1 +1 @@
_ckgDoku-cked_4.7-17-Jun_13-11_21
_ckgDoku-cked_4.7-17-Jun_14-13_18

0 comments on commit 5cb09aa

Please sign in to comment.