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 8006a57 + e393b2c commit 0844868Copy full SHA for 0844868
src/Views/binshopsblog_admin/posts/form.blade.php
@@ -257,7 +257,7 @@ function populate_slug_field() {
257
</script>
258
259
@if( config("binshopsblog.use_wysiwyg") && config("binshopsblog.echo_html"))
260
- <script src="//cdn.ckeditor.com/4.15.0/full/ckeditor.js"></script>
+ <script src="//cdn.ckeditor.com/4.24.0-lts/full/ckeditor.js"></script>
261
262
<script>
263
if( typeof(CKEDITOR) !== "undefined" ) {
0 commit comments