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

Remove unused variable

parent eaa9c56c
No related branches found
No related tags found
No related merge requests found
......@@ -221,7 +221,6 @@ export default {
select_result: function (event) {
this.event = event
if (event.match) {
let self = this
oda_api.get('articles?', {params: {lord: event.match, dict: this.lang}}).then((response) => {
event.article_ids = response.data
let source = '/' + this.lang + '/w/' + event.match
......
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