diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/ueditor/ueditor.all.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/ueditor/ueditor.all.js index 95430d9ee..12a85e7b1 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/ueditor/ueditor.all.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/ueditor/ueditor.all.js @@ -24801,8 +24801,11 @@ UE.plugin.register('insertfile', function (){ item = filelist[i]; icon = iconDir + getFileIcon(item.url); title = item.title || item.url.substr(item.url.lastIndexOf('/') + 1); + // html += '

' + + // '' + + // '' + title + '' + + // '

'; html += '

' + - '' + '' + title + '' + '

'; }