From 2ecf6beef274ac618979aab341dce38281e62a89 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sat, 9 Jul 2022 01:56:42 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=BE=D0=B9=20=D0=B1=D0=B0=D0=B3=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/Reader.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/Reader/Reader.vue b/client/components/Reader/Reader.vue index 69366647..95f67fe3 100644 --- a/client/components/Reader/Reader.vue +++ b/client/components/Reader/Reader.vue @@ -1180,7 +1180,7 @@ class Reader { } catch (e) { progress.hide(); this.progressActive = false; this.loaderActive = true; - if (!this.showHelpOnErrorIfNeeded(e.message)) { + if (!this.showHelpOnErrorIfNeeded(url)) { this.$root.stdDialog.alert(e.message, 'Ошибка', {color: 'negative'}); } } finally {