Fix cache issue with ckeditor css

This commit is contained in:
yflory
2019-01-08 17:47:22 +01:00
parent 573a3557f1
commit 6af7d393fd
3 changed files with 4 additions and 2 deletions

View File

@@ -28,7 +28,6 @@ CKEDITOR.editorConfig = function( config ) {
config.font_defaultLabel = 'Arial';
config.fontSize_defaultLabel = '16';
config.contentsCss = '/customize/ckeditor-contents.css?' + CKEDITOR.CRYPTPAD_URLARGS;
config.keystrokes = [
[ CKEDITOR.ALT + 121 /*F10*/, 'toolbarFocus' ],