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