From 691d4fb49bfe25f00d78c2192dfd3bf9254716e6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 13 Apr 2021 12:22:21 +0300 Subject: remove duplicate list of cached files from service worker --- js/reader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/reader.js') diff --git a/js/reader.js b/js/reader.js index 20fcb4f..e580a9e 100644 --- a/js/reader.js +++ b/js/reader.js @@ -114,7 +114,7 @@ const Reader = { }).error(function(xhr) { $(".loading-message").html("Unable to load book info.
" + xhr.status + ""); - reject(new Error("unable to load book info: " + e)); + reject(new Error("unable to load book info: " + xhr.status)); }); }); -- cgit v1.2.3