mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Always include the require kernel.
This commit is contained in:
parent
348e7ef1d5
commit
4bf9b0c805
2 changed files with 1 additions and 4 deletions
|
@ -223,6 +223,7 @@ function getAceFile(callback) {
|
|||
if (!settings.minify) {
|
||||
founds = [];
|
||||
}
|
||||
founds.push('$$INCLUDE_JS("../static/js/require-kernel.js")');
|
||||
|
||||
data += ';\n';
|
||||
data += 'Ace2Editor.EMBEDED = Ace2Editor.EMBEDED || {};\n';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue