mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-08 05:36:09 +02:00
ace: Delete ignored class attribute
This commit is contained in:
parent
c9c8b27854
commit
b3416c4eeb
@ -222,7 +222,7 @@ plugins.ensure(function () {\n\
|
||||
});
|
||||
|
||||
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
|
||||
const gt = typeof globalThis === 'object' ? globalThis : window;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user