Skip to content

Commit

Permalink
Merge pull request #8 from cyyyu/dev
Browse files Browse the repository at this point in the history
tweak: add a name to panel frame
  • Loading branch information
dfguo authored Mar 28, 2017
2 parents 2b78eee + 9fe173d commit aeaf197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/panel/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
'{frame}' +
'</div>' );

var frameTpl = CKEDITOR.addTemplate( 'panel-frame', '<iframe id="{id}" class="cke_panel_frame" role="presentation" frameborder="0" src="{src}"></iframe>' );
var frameTpl = CKEDITOR.addTemplate( 'panel-frame', '<iframe id="{id}" class="cke_panel_frame" role="presentation" name="cke_panel_frame" frameborder="0" src="{src}"></iframe>' );

var frameDocTpl = CKEDITOR.addTemplate( 'panel-frame-inner', '<!DOCTYPE html>' +
'<html class="cke_panel_container {env}" dir="{dir}" lang="{langCode}">' +
Expand Down

0 comments on commit aeaf197

Please sign in to comment.