lint compliance
This commit is contained in:
parent
0f644b04b2
commit
060e5a12a2
@ -452,8 +452,8 @@ define([
|
|||||||
var $iframe = $('html').find('iframe').contents();
|
var $iframe = $('html').find('iframe').contents();
|
||||||
var ifrWindow = $html.find('iframe')[0].contentWindow;
|
var ifrWindow = $html.find('iframe')[0].contentWindow;
|
||||||
|
|
||||||
var customCss = '/customize/ckeditor-contents.css?' + CKEDITOR.CRYPTPAD_URLARGS;
|
var customCss = '/customize/ckeditor-contents.css?' + window.CKEDITOR.CRYPTPAD_URLARGS;
|
||||||
$iframe.find('head').append('<link href="' + customCss + '" type="text/css" rel="stylesheet" _fcktemp="true"/>')
|
$iframe.find('head').append('<link href="' + customCss + '" type="text/css" rel="stylesheet" _fcktemp="true"/>');
|
||||||
|
|
||||||
framework._.sfCommon.addShortcuts(ifrWindow);
|
framework._.sfCommon.addShortcuts(ifrWindow);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user