From 666c0adcd270e442a252b68274cac2bcdc1682fb Mon Sep 17 00:00:00 2001 From: goldquest Date: Tue, 22 Jan 2013 16:42:56 +0100 Subject: [PATCH] script tag didn't link to right location --- 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 5ec073909..b87001416 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); }); }