diff options
Diffstat (limited to 'lib/ckeditor5/sample/index.html')
-rw-r--r-- | lib/ckeditor5/sample/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
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 @@ | |||
1 | <!DOCTYPE html><!-- | 1 | <!DOCTYPE html><!-- |
2 | Copyright (c) 2014-2022, CKSource Holding sp. z o.o. All rights reserved. | 2 | Copyright (c) 2014-2023, CKSource Holding sp. z o.o. All rights reserved. |
3 | This file is licensed under the terms of the MIT License (see LICENSE.md). | 3 | This file is licensed under the terms of the MIT License (see LICENSE.md). |
4 | --> | 4 | --> |
5 | 5 | ||
@@ -98,7 +98,7 @@ | |||
98 | <p><a href="https://ckeditor.com/ckeditor-5/" target="_blank" rel="noopener">CKEditor 5</a> | 98 | <p><a href="https://ckeditor.com/ckeditor-5/" target="_blank" rel="noopener">CKEditor 5</a> |
99 | – Rich text editor of tomorrow, available today | 99 | – Rich text editor of tomorrow, available today |
100 | </p> | 100 | </p> |
101 | <p>Copyright © 2003-2022, | 101 | <p>Copyright © 2003-2023, |
102 | <a href="https://cksource.com/" target="_blank" rel="noopener">CKSource</a> | 102 | <a href="https://cksource.com/" target="_blank" rel="noopener">CKSource</a> |
103 | Holding sp. z o.o. All rights reserved. | 103 | Holding sp. z o.o. All rights reserved. |
104 | </p> | 104 | </p> |
@@ -111,6 +111,7 @@ | |||
111 | 111 | ||
112 | 112 | ||
113 | 113 | ||
114 | |||
114 | } ) | 115 | } ) |
115 | .then( editor => { | 116 | .then( editor => { |
116 | window.editor = editor; | 117 | window.editor = editor; |
@@ -122,7 +123,7 @@ | |||
122 | .catch( error => { | 123 | .catch( error => { |
123 | console.error( 'Oops, something went wrong!' ); | 124 | console.error( 'Oops, something went wrong!' ); |
124 | console.error( 'Please, report the following error on https://github.com/ckeditor/ckeditor5/issues with the build id and the error stack trace:' ); | 125 | console.error( 'Please, report the following error on https://github.com/ckeditor/ckeditor5/issues with the build id and the error stack trace:' ); |
125 | console.warn( 'Build id: snbfnxyy4drd-nofxirpg8ewj' ); | 126 | console.warn( 'Build id: 3lfvl19t3mll-ic35i33ykfie' ); |
126 | console.error( error ); | 127 | console.error( error ); |
127 | } ); | 128 | } ); |
128 | </script> | 129 | </script> |