diff --git a/dzz/system/ueditor/ueditor.all.js b/dzz/system/ueditor/ueditor.all.js index d9396c7..16aa011 100644 --- a/dzz/system/ueditor/ueditor.all.js +++ b/dzz/system/ueditor/ueditor.all.js @@ -17639,7 +17639,7 @@ UE.plugins['video'] = function (){ ' src="' + me.options.UEDITOR_HOME_URL+'themes/default/images/spacer.gif" style="background:url('+me.options.UEDITOR_HOME_URL+'themes/default/images/videologo.gif) no-repeat center center; border:1px solid gray;'+(align ? 'float:' + align + ';': '')+'" />' break; case 'iframe': - str = ''; + str = ''; break; case 'video': var ext = url.substr(url.lastIndexOf('.') + 1); @@ -29856,4 +29856,4 @@ UE.registerUI('autosave', function(editor) { }); -})(); +})(); \ No newline at end of file