From db65461c78e96b174670ff3640b3ac3fb2f0e29e Mon Sep 17 00:00:00 2001 From: "Henrik.Askjer" <henrik.askjer@uib.no> Date: Mon, 30 Aug 2021 11:43:13 +0200 Subject: [PATCH] Remove comment --- src/components/DictionaryView.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index fab7fc6..6182d3b 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -210,7 +210,6 @@ export default { this.error = null this.waiting_for_articles = true history.replaceState({article: this.article, search_results: this.search_results, lang: this.lang, error: this.error}, '') - // Attempt at fixing issue with articles not loading navigate_to_word(this, event.match) this.$plausible.trackEvent('dropdown selection', {props: {query: event.label, match: event.match}}) }else{ -- GitLab