|
@@ -105,7 +105,7 @@ function showUploadFilesSet(e, name, url, id)
|
|
|
} else if (showUploadType == 3) {
|
|
|
var value = showUploadE.attr('editor_id');
|
|
|
var key = showUploadE.attr('key');
|
|
|
- KindEditor.insertHtml('#' + value, '<div class="dever-video"><embed src="'+url+'" type="video/x-ms-asf-plugin" width="450" height="300" autostart="false" loop="true" data-id="'+id+'" data-key="'+key+'"/><div style="width:450px;height:20px;border:1px solid #bababa;">'+name+':'+id+'(无法修改)</div></div>');
|
|
|
+ KindEditor.insertHtml('#' + value, '<div class="dever-video"><embed src="'+url+'" type="video/x-ms-asf-plugin" width="450" height="300" autostart="false" loop="true" data-id="'+id+'" data-key="'+key+'"/><div style="width:450px;height:20px;">'+name+':'+id+'(无法修改)</div></div>');
|
|
|
if (showUploadIndex) {
|
|
|
layer.close(showUploadIndex);
|
|
|
showUploadIndex = false;
|