diff --git a/phpgwapi/js/jsapi/egw_json.js b/phpgwapi/js/jsapi/egw_json.js index 7d2cd3a293..c27632f87f 100644 --- a/phpgwapi/js/jsapi/egw_json.js +++ b/phpgwapi/js/jsapi/egw_json.js @@ -364,6 +364,7 @@ egw.extend('json', egw.MODULE_WND_LOCAL, function(_app, _wnd) { req.onLoadFinish.call(req.sender); } }); + return true; } throw 'Invalid parameters'; }, null, 'js'); @@ -383,6 +384,7 @@ egw.extend('json', egw.MODULE_WND_LOCAL, function(_app, _wnd) { // Close the document _wnd.document.close(); + return true; } throw 'Invalid parameters'; }, null, 'html');