diff --git a/js/common.js b/js/common.js index 1299a0c64..0955ba6c8 100755 --- a/js/common.js +++ b/js/common.js @@ -198,6 +198,7 @@ const xhr = { failed(e); reject(e); + return; } console.log('xhr.json', '<<<', obj, (new Date().getTime() - xhr._ts) + " ms");