Merge pull request #4986 from benmanu/pulls/wysiwyg-file-links

BUG Fix TinyMCE insert link not respecting "open in new window" checkbox
This commit is contained in:
Damian Mooyman 2016-01-29 09:36:08 +13:00
commit 49e5038927

View File

@ -626,7 +626,6 @@ ss.editorWrappers['default'] = ss.editorWrappers.tinyMCE;
case 'file':
href = '[file_link,id=' + this.find('.ss-uploadfield .ss-uploadfield-item').attr('data-fileid') + ']';
target = '_blank';
break;
case 'email':