From 7b7eb3463e84992a9204d12b0fd905fd1927abec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 2 May 2020 17:44:29 -0500 Subject: Fix typing errors --- js/assets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/assets.js') 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'; } -- cgit v1.2.3