projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beec0cc
)
ckeditor: Rechtschreibprüfung des Browser aktivieren
author
Jan Büren
<jan@kivitendo.de>
Wed, 1 Sep 2021 09:57:59 +0000
(11:57 +0200)
committer
Jan Büren
<jan@kivitendo.de>
Wed, 1 Sep 2021 09:57:59 +0000
(11:57 +0200)
js/ckeditor/config.js
patch
|
blob
|
history
diff --git
a/js/ckeditor/config.js
b/js/ckeditor/config.js
index
9db2eed
..
c6f1e83
100644
(file)
--- a/
js/ckeditor/config.js
+++ b/
js/ckeditor/config.js
@@
-6,4
+6,5
@@
CKEDITOR.editorConfig = function( config ) {
// Dialog windows are also simplified.
config.removeDialogTabs = 'link:advanced';
+ config.disableNativeSpellChecker = false;
};