diff --git a/browser/loops.js b/browser/loops.js index adc8e47..134a00a 100644 --- a/browser/loops.js +++ b/browser/loops.js @@ -79,6 +79,7 @@ function submitReplacing(targetId, formId, url) { mimetype: "text/html", load: function(response, ioArgs) { replaceNode(response, targetId); + return resonse; } }) } @@ -90,6 +91,7 @@ function xhrSubmitPopup(formId, url) { mimetype: "text/html", load: function(response, ioArgs) { window.close(); + return resonse; } }); }