Skip to content
Snippets Groups Projects
Commit db65461c authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Remove comment

parent a6807285
No related branches found
No related tags found
No related merge requests found
...@@ -210,7 +210,6 @@ export default { ...@@ -210,7 +210,6 @@ export default {
this.error = null this.error = null
this.waiting_for_articles = true this.waiting_for_articles = true
history.replaceState({article: this.article, search_results: this.search_results, lang: this.lang, error: this.error}, '') 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) navigate_to_word(this, event.match)
this.$plausible.trackEvent('dropdown selection', {props: {query: event.label, match: event.match}}) this.$plausible.trackEvent('dropdown selection', {props: {query: event.label, match: event.match}})
}else{ }else{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment