Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor-plugins/media/plugin.js
r2743 r2751 5 5 editor.addCommand('mediaCommand', { 6 6 exec: function(editor) { 7 $.toolbarPopup('media.php?popup=1& editor='+editor.name);7 $.toolbarPopup('media.php?popup=1&plugin_id=dcCKEditor'); 8 8 } 9 9 }); … … 19 19 if (!element.isReadOnly()) { 20 20 if (element.is('img') || (element.is('a') && element.hasClass('media-link'))) { 21 $.toolbarPopup('media.php?popup=1& editor='+editor.name);21 $.toolbarPopup('media.php?popup=1&plugin_id=dcCKEditor'); 22 22 return false; 23 23 }
Note: See TracChangeset
for help on using the changeset viewer.