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

add missing slash

parent ab604083
No related branches found
No related tags found
No related merge requests found
......@@ -333,7 +333,7 @@ export default {
})
},
pos_param: function() {
if (this.pos_selected.tag) return this.pos_selected.tag.toLowerCase()
if (this.pos_selected.tag) return '/'+this.pos_selected.tag.toLowerCase()
return ''
},
update_lang_form: function (lang) {
......
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