Changeset 2868:2f77d528185b for plugins/dcCKEditor/js/ckeditor-plugins
- Timestamp:
- 12/21/14 22:07:02 (11 years ago)
- Branch:
- 2.7
- Location:
- plugins/dcCKEditor/js/ckeditor-plugins
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor-plugins/dclink/plugin.js
r2751 r2868 5 5 editor.addCommand('dcLinkCommand', { 6 6 exec: function(editor) { 7 if (editor.getSelection().getNative().toString().replace(/\s*/,'')!='') { 7 if (editor.getSelection().getSelectedElement()!=null 8 || editor.getSelection().getNative().toString().replace(/\s*/,'')!='') { 8 9 $.toolbarPopup('popup_link.php?plugin_id=dcCKEditor'); 9 10 }
Note: See TracChangeset
for help on using the changeset viewer.