From 12e5c325781309bfb4d22eb36b863dd3077d983b Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sat, 22 Oct 2022 13:18:25 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B8=D0=B9=20=D1=80?= =?UTF-8?q?=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D0=BD=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Search/Search.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/components/Search/Search.vue b/client/components/Search/Search.vue index e0fbb4d..a8b615a 100644 --- a/client/components/Search/Search.vue +++ b/client/components/Search/Search.vue @@ -21,12 +21,12 @@
-
- + + Новый поиск -
+
Коллекция @@ -709,8 +709,8 @@ class Search { this.$root.stdDialog.alert(info, 'Статистика по коллекции', {iconName: 'la la-info-circle'}); } - newSearch() { - window.location = window.location.origin; + get newSearchLink() { + return window.location.origin; } async hideTooltip() {