Skip to content

Commit

Permalink
b5blog: 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 50b6c36 commit 1d4af62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/b5blog/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,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 1d4af62

Please sign in to comment.