From 74185e79abdc6ac35e70304be5294b24be7495b0 Mon Sep 17 00:00:00 2001 From: goldquest Date: Wed, 23 Jan 2013 16:36:37 +0100 Subject: [PATCH] use the existing padimpexp object from the parent window --- src/node/handler/ImportHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/handler/ImportHandler.js b/src/node/handler/ImportHandler.js index b87001416..ac856a604 100644 --- a/src/node/handler/ImportHandler.js +++ b/src/node/handler/ImportHandler.js @@ -176,7 +176,7 @@ exports.doImport = function(req, res, padId) ERR(err); //close the connection - res.send("", 200); + res.send("", 200); }); }