Changeset 1217

Show
Ignore:
Timestamp:
11/09/09 20:56:25 (3 years ago)
Author:
gogo
Message:

Ticket #1409
Image Properties broken in ContextMenu

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/InsertImage/insert_image.js

    r1055 r1217  
    3535 
    3636   editor.config.btnList.insertimage[3] = function() { self.show(); } 
     37   if(typeof editor._insertImage == 'undefined') editor._insertImage = function() { self.show(); }; 
    3738  } 
    3839