mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
avoid manually including require-kernel in ace.js
This commit is contained in:
parent
12c23d468c
commit
fa29858a4e
2 changed files with 2 additions and 11 deletions
|
@ -226,8 +226,6 @@ const getAceFile = async () => {
|
|||
filenames.push(matches[2]);
|
||||
}
|
||||
}
|
||||
// Always include the require kernel.
|
||||
filenames.push('../static/js/require-kernel.js');
|
||||
|
||||
data += ';\n';
|
||||
data += 'Ace2Editor.EMBEDED = Ace2Editor.EMBEDED || {};\n';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue