mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Child frame uses parent's require.
This commit is contained in:
parent
6fd73ecfda
commit
b977e1acd6
3 changed files with 4 additions and 18 deletions
|
@ -136,8 +136,6 @@ function getAceFile(callback) {
|
|||
if (!settings.minify) {
|
||||
founds = [];
|
||||
}
|
||||
// Always include the require kernel.
|
||||
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