aboutsummaryrefslogtreecommitdiffstats
path: root/js/assets.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/assets.js')
-rw-r--r--js/assets.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/assets.js b/js/assets.js
index 82b08a5..484c4ef 100644
--- a/js/assets.js
+++ b/js/assets.js
@@ -588,7 +588,7 @@
};
let onRemoteContentError = function (details, tries) {
- let text = detail.statusText;
+ let text = details.statusText;
if (details.statusCode === 0) {
text = 'network error';
}