From c8204e57302540bc30db5abde62ef8fd3f02b3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=83=A1?= <3203164629@qq.com> Date: Sat, 20 Jul 2024 11:26:53 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DURL=E5=B8=A6=E6=9C=89?= =?UTF-8?q?=E5=A4=9A=E4=B8=AA=E5=8F=82=E6=95=B0=E7=9A=84=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E6=97=A0=E6=B3=95=E6=92=AD=E6=94=BE=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小胡 <3203164629@qq.com> --- dzz/system/ueditor/ueditor.all.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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