mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
foo
This commit is contained in:
parent
6fcc7c77f9
commit
271dd663bf
1 changed files with 1 additions and 2 deletions
|
@ -105,9 +105,8 @@ exports.doImport = function(req, res, padId)
|
||||||
if(ERR(err, callback)) return callback();
|
if(ERR(err, callback)) return callback();
|
||||||
console.log(result);
|
console.log(result);
|
||||||
if(result.length > 0){ // This feels hacky and wrong..
|
if(result.length > 0){ // This feels hacky and wrong..
|
||||||
apiLogger.info("Plugin handling import");
|
console.log("Plugin handling import");
|
||||||
importHandledByPlugin = true;
|
importHandledByPlugin = true;
|
||||||
srcFile = "blah.html";
|
|
||||||
callback();
|
callback();
|
||||||
}else{
|
}else{
|
||||||
callback();
|
callback();
|
||||||
|
|
Loading…
Reference in a new issue