FIX: removing hardcoded target _blank for tinymce file links

This will allow file links to respect content editor input
This commit is contained in:
Ben Manu 2016-01-27 14:51:20 +13:00
parent f79f99f14b
commit 361c9a03fe

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':