From 3261a60edc2371962293275e18f82edf33a77d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Mon, 25 Jan 2021 09:24:14 +0100 Subject: [PATCH] =?UTF-8?q?fjernet=20d=C3=B8d=20kode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index 652b8842..0c11d369 100644 --- a/src/App.vue +++ b/src/App.vue @@ -198,11 +198,6 @@ export default { this.waiting_for_articles = true navigate_to_article(this) } - }, - search_hit_click: function(article){ - this.search_results = [] - this.article = article - history.replaceState({article: article, search_results: [], lang: this.lang}, '') } }, mounted: function(){ -- GitLab