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

cleanup

parent 473d30f3
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ function navigate_to_word(self, word) {
let event = self.event ? self.event : {q: word,
match: word,
source: self.$route.path}
console.log(event)
// Get article IDs
oda_api.get('articles?', {params: {lord: event.match, dict: self.lang}}).then((response) => {
......@@ -259,7 +259,6 @@ export default {
methods: {
select_result: function (event) {
this.event = event
console.log(this.lang)
if (event.match) {
event.source = '/' + this.lang + '/w/' + event.match
this.$router.push(event.source)
......
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