mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
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:
@@ -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" ) ;
|
||||
|
||||
Reference in New Issue
Block a user