mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
ace: Delete ignored class attribute
This commit is contained in:
parent
b3d7f5d63e
commit
50fa336253
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ plugins.ensure(function () {\n\
|
||||||
});
|
});
|
||||||
|
|
||||||
iframeHTML.push('</head><body id="innerdocbody" class="innerdocbody" role="application" ' +
|
iframeHTML.push('</head><body id="innerdocbody" class="innerdocbody" role="application" ' +
|
||||||
'class="syntax" spellcheck="false"> </body></html>');
|
'spellcheck="false"> </body></html>');
|
||||||
|
|
||||||
// eslint-disable-next-line node/no-unsupported-features/es-builtins
|
// eslint-disable-next-line node/no-unsupported-features/es-builtins
|
||||||
const gt = typeof globalThis === 'object' ? globalThis : window;
|
const gt = typeof globalThis === 'object' ? globalThis : window;
|
||||||
|
|
Loading…
Reference in a new issue