security update core+modules
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/*
|
||||
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.html or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file Plugin for inserting files from imce without image dialog
|
||||
* @file Plugin for inserting files from IMCE without image dialog
|
||||
*/
|
||||
( function() {
|
||||
CKEDITOR.plugins.add( 'imce',
|
||||
@@ -30,7 +30,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
||||
});
|
||||
|
||||
//add editor function
|
||||
editor._.filebrowserFnIMCE = CKEDITOR.tools.addFunction( setFile, editor )
|
||||
editor._.filebrowserFnIMCE = CKEDITOR.tools.addFunction( setFile, editor );
|
||||
|
||||
//function which receive imce response
|
||||
window.ckeditor_setFile = function (file, win) {
|
||||
|
Reference in New Issue
Block a user