mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
commit
49e5038927
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user