remove eplite add etherpad
parent
a8d9a3868d
commit
69ba3cc104
|
@ -98,7 +98,7 @@ exports.doImport = function(req, res, padId)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
function(callback){
|
function(callback){
|
||||||
destFile = path.join(tmpDirectory, "eplite_import_" + randNum + ".htm");
|
destFile = path.join(tmpDirectory, "etherpad_import_" + randNum + ".htm");
|
||||||
|
|
||||||
// Logic for allowing external Import Plugins
|
// Logic for allowing external Import Plugins
|
||||||
hooks.aCallAll("import", {srcFile: srcFile, destFile: destFile}, function(err, result){
|
hooks.aCallAll("import", {srcFile: srcFile, destFile: destFile}, function(err, result){
|
||||||
|
|
Loading…
Reference in New Issue