From 1380fda2b2d879d6569a0613e82ac3cc70f839b4 Mon Sep 17 00:00:00 2001 From: goldquest Date: Thu, 6 Dec 2012 17:51:43 +0100 Subject: [PATCH] use the parent window, not the top --- 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 6bf223f2..db82eac7 100644 --- a/src/node/handler/ImportHandler.js +++ b/src/node/handler/ImportHandler.js @@ -176,6 +176,6 @@ exports.doImport = function(req, res, padId) ERR(err); //close the connection - res.send("", 200); + res.send("", 200); }); }