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:
66887b8
)
Revert "ckeditor: Rechtschreibprüfung des Browser aktivieren"
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 3 Sep 2021 08:34:44 +0000
(10:34 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 3 Sep 2021 08:59:49 +0000
(10:59 +0200)
Config-Änderung wird gleich in js/kivi.js gemacht, damit es keinen/weniger
Konflikte bei einem evtl. Update des CKEditors aus dem upstream gibt.
This reverts commit
f202ae53dcb57a5b06669bc555d5bd2b764ed5ec
.
js/ckeditor/config.js
patch
|
blob
|
history
diff --git
a/js/ckeditor/config.js
b/js/ckeditor/config.js
index
c6f1e83
..
9db2eed
100644
(file)
--- a/
js/ckeditor/config.js
+++ b/
js/ckeditor/config.js
@@
-6,5
+6,4
@@
CKEDITOR.editorConfig = function( config ) {
// Dialog windows are also simplified.
config.removeDialogTabs = 'link:advanced';
- config.disableNativeSpellChecker = false;
};