Skip to content

Commit

Permalink
boot: Add ckeditor configuration versionCheck for last available CKE4
Browse files Browse the repository at this point in the history
  • Loading branch information
ophian committed May 29, 2024
1 parent 6fb06e2 commit 50b6c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/boot/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
window.onload = function() {
var cfmco = document.getElementById('serendipity_commentform_comment');
if (typeof(cfmco) != 'undefined' && cfmco != null) {
CKEDITOR.replace( cfmco, { toolbar : [['Bold','Italic','Underline','-','NumberedList','BulletedList','Blockquote'],['CodeSnippet'],['EmojiPanel']] });
CKEDITOR.replace( cfmco, { toolbar : [['Bold','Italic','Underline','-','NumberedList','BulletedList','Blockquote'],['CodeSnippet'],['EmojiPanel']], versionCheck: false });
}
}
</script>
Expand Down

0 comments on commit 50b6c36

Please sign in to comment.