X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fcore%2Fckeditor_base.js;fp=sources%2Fcore%2Fckeditor_base.js;h=8c36b11a0c2bc8bdf70621ddab0b27819e5dd682;hp=1e90d72ec2771174ef4a8e03729cec72584217c2;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/core/ckeditor_base.js b/sources/core/ckeditor_base.js index 1e90d72..8c36b11 100644 --- a/sources/core/ckeditor_base.js +++ b/sources/core/ckeditor_base.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -33,6 +33,10 @@ if ( !window.CKEDITOR ) { * by the editor code, guaranteeing clean cache results when * upgrading. * + * **Note:** There is [a known issue where "icons.png" does not include + * timestamp](http://dev.ckeditor.com/ticket/10685) and might get cached. + * We are working on having it fixed. + * * alert( CKEDITOR.timestamp ); // e.g. '87dm' */ timestamp: '', // %REMOVE_LINE%