We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eabddf3 + 613a18e commit fe68d5aCopy full SHA for fe68d5a
src/Views/binshopsblog_admin/posts/form.blade.php
@@ -257,11 +257,13 @@ function populate_slug_field() {
257
</script>
258
259
@if( config("binshopsblog.use_wysiwyg") && config("binshopsblog.echo_html"))
260
- <script src="//cdn.ckeditor.com/4.24.0-lts/full/ckeditor.js"></script>
+ <script src="//cdn.ckeditor.com/4.22.1/full/ckeditor.js"></script>
261
262
<script>
263
- if( typeof(CKEDITOR) !== "undefined" ) {
264
- CKEDITOR.replace('post_body');
+ if (typeof(CKEDITOR) !== "undefined") {
+ CKEDITOR.replace('post_body', {
265
+ versionCheck: false
266
+ });
267
}
268
269
@endif
0 commit comments