mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-14 11:06:55 -04:00
Merge 90ca3d53c3
into 6802353306
This commit is contained in:
commit
0c3d564e68
1 changed files with 2 additions and 4 deletions
|
@ -28,10 +28,8 @@ async.series([
|
||||||
function(callback) {
|
function(callback) {
|
||||||
settings = require('../src/node/utils/Settings');
|
settings = require('../src/node/utils/Settings');
|
||||||
db = require('../src/node/db/DB');
|
db = require('../src/node/db/DB');
|
||||||
},
|
|
||||||
//intallize the database
|
//intallize the database
|
||||||
function (callback)
|
|
||||||
{
|
|
||||||
db.init(callback);
|
db.init(callback);
|
||||||
},
|
},
|
||||||
//get the pad
|
//get the pad
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue