mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-01-15 11:55:18 +08:00
@@ -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 = '<iframe src="/dzz/DPlayer/player.php?url=' + utils.html(url) + '" width="100%" height="480px"' + (align ? ' style="float:' + align + '"': '') +' style="border-radius: var(--radius);border: none;"></iframe>';
|
||||
str = '<iframe src="/dzz/DPlayer/player.php?url=' + encodeURIComponent(utils.html(url)) + '" width="100%" height="480px"' + (align ? ' style="float:' + align + '"': '') +' style="border-radius: var(--radius);border: none;"></iframe>';
|
||||
break;
|
||||
case 'video':
|
||||
var ext = url.substr(url.lastIndexOf('.') + 1);
|
||||
@@ -29856,4 +29856,4 @@ UE.registerUI('autosave', function(editor) {
|
||||
});
|
||||
|
||||
|
||||
})();
|
||||
})();
|
||||
Reference in New Issue
Block a user