v1.0
只读模式 group, 分享 评论更多问题 博客标签总是存在一个
This commit is contained in:
1
public/tinymce/classes/ui/Iframe.js
Normal file → Executable file
1
public/tinymce/classes/ui/Iframe.js
Normal file → Executable file
@ -37,6 +37,7 @@ define("tinymce/ui/Iframe", [
|
||||
self.addClass('iframe');
|
||||
self.canFocus = false;
|
||||
|
||||
/*eslint no-script-url:0 */
|
||||
return (
|
||||
'<iframe id="' + self._id + '" class="' + self.classes() + '" tabindex="-1" src="' +
|
||||
(self.settings.url || "javascript:\'\'") + '" frameborder="0"></iframe>'
|
||||
|
Reference in New Issue
Block a user