Projet

Général

Profil

Révision 6fd71452

Ajouté par Julien Enselme il y a environ 10 ans

Update CKEditor

Voir les différences:

drupal7/sites/all/modules/ckeditor/plugins/imce/plugin.js
4 4
*/
5 5

  
6 6
/**
7
 * @file Plugin for inserting files from imce without image dialog
7
 * @file Plugin for inserting files from IMCE without image dialog
8 8
 */
9 9
( function() {
10 10
  CKEDITOR.plugins.add( 'imce',
......
30 30
      });
31 31

  
32 32
      //add editor function
33
      editor._.filebrowserFnIMCE = CKEDITOR.tools.addFunction( setFile, editor )
33
      editor._.filebrowserFnIMCE = CKEDITOR.tools.addFunction( setFile, editor );
34 34

  
35 35
      //function which receive imce response
36 36
      window.ckeditor_setFile = function (file, win) {

Formats disponibles : Unified diff