mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Modules requires use relative paths.
This commit is contained in:
parent
6fd73ecfda
commit
6af869cadd
23 changed files with 86 additions and 87 deletions
|
@ -28,7 +28,7 @@ Ace2Editor.registry = {
|
|||
nextId: 1
|
||||
};
|
||||
|
||||
var plugins = require('/plugins').plugins;
|
||||
var plugins = require('./plugins').plugins;
|
||||
|
||||
function Ace2Editor()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue