mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Added support for exporting html
This commit is contained in:
parent
6f59835474
commit
7cf1a50fff
3 changed files with 427 additions and 2 deletions
|
@ -28,7 +28,7 @@ var db = new ueberDB.database(settings.dbType, settings.dbSettings);
|
|||
/**
|
||||
* The UeberDB Object that provides the database functions
|
||||
*/
|
||||
exports.db = null;
|
||||
exports.db = db;
|
||||
|
||||
/**
|
||||
* Initalizes the database with the settings provided by the settings module
|
||||
|
@ -49,7 +49,6 @@ exports.init = function(callback)
|
|||
//everything ok
|
||||
else
|
||||
{
|
||||
exports.db = db;
|
||||
callback(null);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue