Changeset 1217
- Timestamp:
- 11/09/09 20:56:25 (3 years ago)
- Files:
-
- 1 modified
-
trunk/modules/InsertImage/insert_image.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/InsertImage/insert_image.js
r1055 r1217 35 35 36 36 editor.config.btnList.insertimage[3] = function() { self.show(); } 37 if(typeof editor._insertImage == 'undefined') editor._insertImage = function() { self.show(); }; 37 38 } 38 39
