Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
ckeditor
Commits
f5119788b00c
Commit
56cf7b3d
authored
Oct 26, 2016
by
Katia Saurfelt
Browse files
fix a typo
parent
edbbd3655c5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/initwysiwyg.js
View file @
f5119788
...
...
@@ -8,7 +8,7 @@ function buildWysiwygEditors(parent) {
if
(
typeof
CKEDITOR
!=
"
undefined
"
)
{
var
fck
=
CKEDITOR
.
replace
(
this
.
id
,
{
customConfig
:
ckconfigpath
,
defaultLang
g
uage
:
cklang
defaultLanguage
:
cklang
});
}
else
{
cw
.
log
(
'
fckeditor could not be found.
'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment