Skip to content

Commit 0844868

Browse files
authored
Merge pull request #118 from georgeorl/patch-1
Update CKEditor source script to 4.24.0-lts
2 parents 8006a57 + e393b2c commit 0844868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/binshopsblog_admin/posts/form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function populate_slug_field() {
257257
</script>
258258

259259
@if( config("binshopsblog.use_wysiwyg") && config("binshopsblog.echo_html"))
260-
<script src="//cdn.ckeditor.com/4.15.0/full/ckeditor.js"></script>
260+
<script src="//cdn.ckeditor.com/4.24.0-lts/full/ckeditor.js"></script>
261261

262262
<script>
263263
if( typeof(CKEDITOR) !== "undefined" ) {

0 commit comments

Comments
 (0)