N°2847 * Update CKeditor to 4.15.1

* Add iTop default languages to ckeditor
* Change CKeditor skin from flat to Moono-Lisa
This commit is contained in:
Stephen Abello
2020-12-10 11:18:09 +01:00
parent 97c77b612e
commit 1ccabe645b
258 changed files with 1843 additions and 4176 deletions

View File

@@ -11,7 +11,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
function doLoadScript( url )
{
if ( !url )
if ( !url || typeof url !== 'string' )
return false ;
var s = document.createElement( "script" ) ;