From a1c45fb18579f392070a65cf2c48e8b6bf5bf384 Mon Sep 17 00:00:00 2001 From: polo Date: Fri, 2 Jun 2023 14:20:14 +0200 Subject: MAJ ckeditor5 38.0.1 --- lib/ckeditor5/sample/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/ckeditor5/sample/index.html') diff --git a/lib/ckeditor5/sample/index.html b/lib/ckeditor5/sample/index.html index d46296a..f1faae8 100644 --- a/lib/ckeditor5/sample/index.html +++ b/lib/ckeditor5/sample/index.html @@ -1,5 +1,5 @@ @@ -98,7 +98,7 @@

CKEditor 5 – Rich text editor of tomorrow, available today

-

Copyright © 2003-2022, +

Copyright © 2003-2023, CKSource Holding sp. z o.o. All rights reserved.

@@ -111,6 +111,7 @@ + } ) .then( editor => { window.editor = editor; @@ -122,7 +123,7 @@ .catch( error => { console.error( 'Oops, something went wrong!' ); console.error( 'Please, report the following error on https://github.com/ckeditor/ckeditor5/issues with the build id and the error stack trace:' ); - console.warn( 'Build id: snbfnxyy4drd-nofxirpg8ewj' ); + console.warn( 'Build id: 3lfvl19t3mll-ic35i33ykfie' ); console.error( error ); } ); -- cgit v1.2.3