summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rwxr-xr-xjs/common.js1
1 files changed, 1 insertions, 0 deletions
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");